備忘録

備忘録

DockerをLinuxにインストールする方法

Ⅰ. はじめに

タイトルの通り「DockerをLinuxにインストールする方法」です。

Ⅱ. やり方

1. Docker をインストールする
source <(curl -s https://get.docker.com/)
2. Docker を起動する
systemctl enable docker
systemctl start docker
3. Docker でhello worldする
$ docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
...
4. hello-world を削除する(任意)
$ docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
hello-world         latest              fce289e99eb9        2 weeks ago         1.84kB

$ docker rmi -f fce289e99eb9
Deleted: sha256:fce289e99eb9bca977dae136fbe2a82b6b7d4c372474c9235adc1741675f587e