Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created May 26, 2016 21:43
Show Gist options
  • Save diegopacheco/17cded21d88d6c805133c8f5f2b678e5 to your computer and use it in GitHub Desktop.
Save diegopacheco/17cded21d88d6c805133c8f5f2b678e5 to your computer and use it in GitHub Desktop.
How to install Docker 1.11 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
@bogdartysh
Copy link

that installed version 12 for me-(

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