Skip to content

Instantly share code, notes, and snippets.

@armandgrillet
Created June 10, 2015 09:49
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 armandgrillet/06d8e95193057c3a4806 to your computer and use it in GitHub Desktop.
Save armandgrillet/06d8e95193057c3a4806 to your computer and use it in GitHub Desktop.
Installing Docker Swarm on Debian
$ apt-get update && apt-get install golang git mercurial
$ mkdir ~/go
$ export GOPATH=~/go
$ go get -u github.com/docker/swarm
$ export PATH=$PATH:~/go/bin
$ echo "PATH=$PATH:~/go/bin" >> ~/.bashrc
$ echo "export PATH" >> ~/.bashrc .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment