Updated Docker usage instructions (markdown)

Yudi
2018-09-29 13:17:45 -03:00
parent 9f253e3617
commit 58962c8ae8

@@ -24,7 +24,7 @@ The GUI version doesn't work on non-Windows OS.
stable"`
6. `apt update`
7. `apt -y install docker-ce`
8. Verify if Docker was installed successfully by running the `hello-world` image:
8. Verify if Docker was successfully installed by running the `hello-world` image:
- `docker run hello-world`
## [Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/)
@@ -39,7 +39,7 @@ The GUI version doesn't work on non-Windows OS.
4. `sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"`
5. `sudo apt update`
6. `sudo apt -y install docker-ce`
7. Verify if Docker was installed successfully by running the `hello-world` image:
7. Verify if Docker was successfully installed by running the `hello-world` image:
- `docker run hello-world`
## [macOS](https://docs.docker.com/docker-for-mac/install/)