You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN go get github.com/samalba/dockerclient && cd /go/src/github.com/samalba/dockerclient && git remote add fork https://github.com/denverdino/dockerclient.git && git pull fork master -q
RUN go get github.com/docker/swarm && cd /go/src/github.com/docker && rm -fr swarm && git clone https://github.com/denverdino/swarm.git && cd /go/src/github.com/docker/docker && git checkout tags/v1.5.0 && cd /go/src/github.com/docker/swarm && go build && go install