mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-18 08:00:14 +01:00
update README.md with Linux install instructions
You can see the official docker install script at https://get.docker.com/
This commit is contained in:
parent
71da7e4ff2
commit
72425256b3
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
|
@ -48,7 +48,20 @@ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Again, this is all MacOS specific.
|
### Linux
|
||||||
|
|
||||||
|
Quick and easy install script provided by Docker:
|
||||||
|
|
||||||
|
```
|
||||||
|
curl -sSL https://get.docker.com/ | sh
|
||||||
|
```
|
||||||
|
or
|
||||||
|
```
|
||||||
|
wget -qO- https://get.docker.com/ | sh
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### Mac OS X
|
||||||
|
|
||||||
Download Docker for OSX from the [Github Releases](https://github.com/boot2docker/osx-installer/releases) page.
|
Download Docker for OSX from the [Github Releases](https://github.com/boot2docker/osx-installer/releases) page.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue