Skip to content

Instantly share code, notes, and snippets.

@ssmythe
Created December 5, 2018 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssmythe/1954f8a51151f4a1c78d4cf4846c6ea3 to your computer and use it in GitHub Desktop.
Save ssmythe/1954f8a51151f4a1c78d4cf4846c6ea3 to your computer and use it in GitHub Desktop.
Install Docker on CentOS7
yum -y install docker
systemctl start docker
systemctl enable docker
docker info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment