Skip to content

Instantly share code, notes, and snippets.

@dungmanh88
Last active September 30, 2016 04:19
Show Gist options
  • Save dungmanh88/7fca306e7f1007f89575f063cdabc50e to your computer and use it in GitHub Desktop.
Save dungmanh88/7fca306e7f1007f89575f063cdabc50e to your computer and use it in GitHub Desktop.
Install latest docker engine
yum -y update && curl -fsSL https://get.docker.com/ | sh && systemctl start docker && docker run hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment