Skip to content

Instantly share code, notes, and snippets.

@charly-vega
Created October 18, 2016 00:46
Show Gist options
  • Save charly-vega/e229668947999ae4953b2ede3cf0e907 to your computer and use it in GitHub Desktop.
Save charly-vega/e229668947999ae4953b2ede3cf0e907 to your computer and use it in GitHub Desktop.
# via https://docs.docker.com/engine/installation/binaries/#/get-the-linux-binaries
# check docker binaries location first
which docker
wget https://test.docker.com/builds/Linux/x86_64/docker-1.12.2-rc1.tgz
tar -xvzf docker-1.12.2-rc1.tgz
service docker stop
killall docker
mv docker/* /usr/bin/
service docker start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment