Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker for Mac link in docker.md #406

Merged
merged 1 commit into from
Jan 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix Docker for Mac link in docker.md
  • Loading branch information
danrasband committed Jan 5, 2021
commit d54590089e433e4be67eb42119b31b66dfe3e6f4
5 changes: 1 addition & 4 deletions docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ The following sections summarize installation and setup of Docker on your machin
- Install [Docker for Windows](https://store.docker.com/editions/community/docker-ce-desktop-windows)
## Mac OSX
- Enable virtualization in your BIOS
- Install [Docker for Mac](## Windows
- Enable visualization in your BIOS
- Install [Docker for Windows](https://store.docker.com/editions/community/docker-ce-desktop-windows)
)
- Install [Docker for Mac](https://hub.docker.com/editions/community/docker-ce-desktop-mac/)
## Linux
- Install [Docker Engine](https://store.docker.com/search?type=edition&offering=community&operating_system=linux) on Docker host machine
- Install [docker-compose](https://docs.docker.com/compose/install/) on docker host and/or local machine
Expand Down