Docker can be installed as binary from get.docker.io
as described in the docs: Get the docker binary
Linux
1 2 |
|
Mac
The mac binary installation is described in a different documentation page: Docker OS X Client
1 2 |
|
Install a Previous Version
Sometimes I need a specific docker client version as 0.8 server is not compatible with earlier version. By playing with the url, I figured that by changing latest
to a specific version number i can download earlier releases:
1 2 3 4 5 6 7 |
|