Skip to content

Instantly share code, notes, and snippets.

@botchagalupe
Created March 16, 2015 13:51
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 botchagalupe/ae52a1e4ddcbcc5ebb6c to your computer and use it in GitHub Desktop.
Save botchagalupe/ae52a1e4ddcbcc5ebb6c to your computer and use it in GitHub Desktop.

Docker Tutorial Nodes

John Willis john.willis@docker.com Version 1.0, 3/16/2005 :Author Initials: JMW :toc: :icons: :website: http://asciidoc.org/

== Installing Docker

=== Ubuntu

. Default Install

$ sudo apt-get install -y docker.io $ sudo usermod -aG docker vagrant $ docker -v $ sudo service docker restart


.Install From Latest

$ wget -qO- https://get.docker.com/ | sh $ sudo usermod -aG docker vagrant $ docker -v


=== netcat Check connection on ports. + {nbsp} +

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