dockerインストール
エラーが出たらこっち
$ sudo apt install docker-ce
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
docker-ce-cli:amd64
E: Package 'docker-ce' has no installation candidate
docker-composeはdockerの機能に統合されたようです。docker-compose-pluginをinstallすることで使用可能になります。
install後のバージョン確認
Dockerのアンインストール
Dockerグループにカレントユーザ追加
– sudoをつけなくてもdockerコマンドの実行が可能にする