Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active November 1, 2019 13:20
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 recursivecodes/47c6358088f47935287ed2d645fe4b5f to your computer and use it in GitHub Desktop.
Save recursivecodes/47c6358088f47935287ed2d645fe4b5f to your computer and use it in GitHub Desktop.
install-docker.sh
yum-config-manager --enable ol7_addons
yum install docker-engine
systemctl start docker  
systemctl enable docker  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment