Add more notes to the installation.

This commit is contained in:
Will Sargent 2014-12-16 11:57:19 -08:00
parent 75fabf3155
commit d4cba474e3

View file

@ -52,7 +52,7 @@ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
## Installation
Docker has recognized that installation / deployment is a PITA, and [bug 8681](https://github.com/docker/docker/issues/8681) deals with this specifically.
[installation Instrunctions](https://docs.docker.com/installation/) are available. Docker has recognized that installation / deployment is a PITA, and [Docker Machine](https://github.com/docker/machine) aka [bug 8681](https://github.com/docker/docker/issues/8681) deals with this specifically.
### Linux
@ -62,11 +62,7 @@ Quick and easy install script provided by Docker:
curl -sSL https://get.docker.com/ | sh
```
If you're running Debian based distro (like Ubuntu) just run:
```
apt-get update && apt-get install docker.io
```
If you're not willing to run a random shell script, please see the [installation](https://docs.docker.com/installation/) instructions for your distribution.
### Mac OS X