mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2026-01-09 02:28:50 +01:00
Update Homebrew command and Docker Desktop for Windows link (#193)
This commit is contained in:
parent
542698172d
commit
ea7edbf534
5 changed files with 8 additions and 8 deletions
|
|
@ -68,7 +68,7 @@ If you are a complete Docker newbie, you should follow the [series of tutorials]
|
|||
|
||||
### macOS
|
||||
|
||||
Download and install [Docker Community Edition](https://www.docker.com/community-edition). if you have Homebrew-Cask, just type `brew cask install docker`. Or Download and install [Docker Toolbox](https://docs.docker.com/toolbox/overview/). [Docker For Mac](https://docs.docker.com/docker-for-mac/) is nice, but it's not quite as finished as the VirtualBox install. [See the comparison](https://docs.docker.com/docker-for-mac/docker-toolbox/).
|
||||
Download and install [Docker Community Edition](https://www.docker.com/community-edition). if you have Homebrew-Cask, just type `brew install --cask docker`. Or Download and install [Docker Toolbox](https://docs.docker.com/toolbox/overview/). [Docker For Mac](https://docs.docker.com/docker-for-mac/) is nice, but it's not quite as finished as the VirtualBox install. [See the comparison](https://docs.docker.com/docker-for-mac/docker-toolbox/).
|
||||
|
||||
> **NOTE** Docker Toolbox is legacy. You should to use Docker Community Edition, See [Docker Toolbox](https://docs.docker.com/toolbox/overview/).
|
||||
|
||||
|
|
@ -84,7 +84,7 @@ If you are a complete Docker newbie, you should probably follow the [series of t
|
|||
|
||||
### Windows 10
|
||||
|
||||
Instructions to install Docker Desktop for Windows can be found [here](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
|
||||
Instructions to install Docker Desktop for Windows can be found [here](https://docs.docker.com/desktop/windows/install/)
|
||||
|
||||
Once installed, open powershell as administrator and run:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue