0
0

dockerをインストールする方法

Posted at

dockerをインストール

terminal
sudo apt install curl

curl https://get.docker.com | sh

sudo systemctl start docker && sudo systemctl enable docker

インストールできたらバージョン確認

terminal
docker -v
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