mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-17 07:30:13 +01:00
Update README.md
Instructions of installation on Debian distros included.
This commit is contained in:
parent
d59deab1d0
commit
d41cbc4f21
1 changed files with 6 additions and 0 deletions
|
|
@ -62,6 +62,12 @@ Quick and easy install script provided by Docker:
|
||||||
curl -sSL https://get.docker.com/ | sh
|
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
|
||||||
|
```
|
||||||
|
|
||||||
### Mac OS X
|
### 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