mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2026-01-03 07:38:50 +01:00
update Homebrew install command
This commit is contained in:
parent
542698172d
commit
e2ada0cf29
5 changed files with 5 additions and 5 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/).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue