mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-16 23:20:13 +01:00
Add a link for linux newbies.
This commit is contained in:
parent
d815a5faa7
commit
6cf581f843
1 changed files with 5 additions and 3 deletions
|
|
@ -38,8 +38,6 @@ The 3.10.x kernel is [the minimum requirement](http://docs.docker.com/installati
|
|||
|
||||
## Installation
|
||||
|
||||
[Installation instructions](https://docs.docker.com/installation/) are available.
|
||||
|
||||
### Linux
|
||||
|
||||
Quick and easy install script provided by Docker:
|
||||
|
|
@ -50,6 +48,8 @@ curl -sSL https://get.docker.com/ | sh
|
|||
|
||||
If you're not willing to run a random shell script, please see the [installation](https://docs.docker.com/installation/) instructions for your distribution.
|
||||
|
||||
If you are a complete Docker newbie, you should follow the [series of tutorials](http://docs.docker.com/linux/started/) now.
|
||||
|
||||
### Mac OS X
|
||||
|
||||
Download and install [Docker Toolbox](https://www.docker.com/toolbox). If that doesn't work, see the [installation instructions](http://docs.docker.com/installation/mac/).
|
||||
|
|
@ -70,7 +70,9 @@ Then start up a container:
|
|||
docker run hello-world
|
||||
```
|
||||
|
||||
That's it, you have a running Docker container. If you are a complete Docker newbie, you should probably follow the [series of tutorials](http://docs.docker.com/mac/started/) now.
|
||||
That's it, you have a running Docker container.
|
||||
|
||||
If you are a complete Docker newbie, you should probably follow the [series of tutorials](http://docs.docker.com/mac/started/) now.
|
||||
|
||||
## Containers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue