mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Add more notes to the installation.
This commit is contained in:
parent
75fabf3155
commit
d4cba474e3
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue