From 22fe8705602c8cfe98125e31c34550807e7f127a Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Wed, 13 Mar 2013 11:27:06 -0700 Subject: [PATCH] Moved download binaries to get.docker.io Upstream-commit: d54ff35f022e5e11c5ca124237a1888c4a6161b9 Component: engine --- components/engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/README.md b/components/engine/README.md index 8a4a78b1e3..6f02edf824 100644 --- a/components/engine/README.md +++ b/components/engine/README.md @@ -74,7 +74,7 @@ Installation apt-get update apt-get install lxc wget bsdtar curl -4. Download the latest docker binaries: `wget http://docker.io.s3.amazonaws.com/builds/$(uname -s)/$(uname -m)/docker-master.tgz` ([Or get the Linux/x86_64 binaries here](http://docker.io.s3.amazonaws.com/builds/Linux/x86_64/docker-master.tgz) ) +4. Download the latest docker binaries: `wget http://get.docker.io/builds/$(uname -s)/$(uname -m)/docker-master.tgz` ([Or get the Linux/x86_64 binaries here](http://get.docker.io/builds/Linux/x86_64/docker-master.tgz) ) 5. Extract the contents of the tar file `tar -xf docker-master.tar.gz` 6. Launch the docker daemon in the background `./dockerd &` 7. Download a base image `./docker pull base`