Skip to content

Instantly share code, notes, and snippets.

@hawkup
Created July 18, 2015 19:29
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 hawkup/0856b9c87e58b0f1e68f to your computer and use it in GitHub Desktop.
Save hawkup/0856b9c87e58b0f1e68f to your computer and use it in GitHub Desktop.
Install Docker-Swarm 0.4.0 On ubuntu

#Prerequisites

  • go

#Installation

go get github.com/tools/godep
mkdir -p $GOPATH/src/github.com/docker/
cd $GOPATH/src/github.com/docker/
git clone https://github.com/docker/swarm
cd swarm
godep go install .

#Check version

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