Skip to content

Instantly share code, notes, and snippets.

@pcd1193182
Created September 21, 2013 00:41
Show Gist options
  • Save pcd1193182/6645777 to your computer and use it in GitHub Desktop.
Save pcd1193182/6645777 to your computer and use it in GitHub Desktop.
one liner to build and install docker binary
sudo docker run -lxc-conf=lxc.aa_profile=unconfined -privileged -v `pwd`:/go/src/github.com/dotcloud/docker docker hack/make.sh binary && sudo service docker stop && sudo cp bundles/0.6.2-dev/binary/docker-0.6.2-dev /usr/bin/docker && sudo service docker start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment