LoginSignup
0
0

More than 1 year has passed since last update.

EC2にdockerをインストールする

Posted at
  1. dockerをインストールします。
  2. ec2-userdockerグループに参加させます。

    sudo yum install docker
    sudo usermod -aG docker ec2-user
    
  3. シェルからログアウトします。

  4. 次のコマンドを実行します。

    sudo service docker start
    

Post-installation steps for Linux | Docker Documentation

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