Skip to content

Instantly share code, notes, and snippets.

@makkaba
Created December 12, 2018 05:55
Show Gist options
  • Save makkaba/6875014bf3790091c54913104280a446 to your computer and use it in GitHub Desktop.
Save makkaba/6875014bf3790091c54913104280a446 to your computer and use it in GitHub Desktop.
install docker on linux redhat

sudo yum install -y docker

sudo service docker start

sudo usermod -a -G docker ec2-user

//재부팅 후

docker info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment