Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexzhang2015/9dfdab3a994acf8dab85124f48638264 to your computer and use it in GitHub Desktop.
Save alexzhang2015/9dfdab3a994acf8dab85124f48638264 to your computer and use it in GitHub Desktop.
How to install Docker 1.12 on Ubuntu 14.04 LTS / AWS Ubuntu?
sudo apt-get update -y
sudo apt-get upgrade -y
wget -qO- https://get.docker.com/ | sh
sudo docker run hello-world
dokcer version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment