Ubuntu20.04にdockerをインストールする方法
操作方法
1.dockerをインストール
$ sudo apt install docker.io
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following additional packages will be installed:
略
Do you want to continue? [Y/n] Y
2.自動起動を有効にする
$ sudo systemctl enable –now docker
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service
→ /lib/systemd/system/docker.service.
3.バージョンを確認
$ docker –version
Docker version 19.03.8, build afacb8b7f0