0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

docker:dindは、何で動いている?

Last updated at Posted at 2022-04-20

今Docker in Dockerを行いたいと思い、調べていました。

docker run --privileged --name dind -d docker:dind

のdocker:dindがコンテナのイメージと分かり、何で動いているのか気になりました。

調べたところAlpine Linux 3.15が、動いていました。


docker run --privileged --name dind -d docker:dind

/ # ls
bin    dev    home   lib64  mnt    proc   run    srv    tmp    var
certs  etc    lib    media  opt    root   sbin   sys    usr
/ # cat /etc/issue
Welcome to Alpine Linux 3.15
Kernel \r on an \m (\l)

/ # docker -v
Docker version 20.10.14, build a224086
/ # 



docker-compose をインストール

こちらの記事を参考にしました。
https://qiita.com/zono_0/items/55e2e8fd4c6a48f03e32

デスクトップもあるそうです。

SSH接続

参考記事

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?