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

Remove duplicate installation section #363

Closed
wants to merge 1 commit into from
Closed
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
17 changes: 5 additions & 12 deletions Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ With Docker, developers can build any app in any language using any toolchain.

Docker for Mac is the current release of Docker for macOS.

### Installation

Docker for Mac can be downloaded [here](https://docs.docker.com/docker-for-mac/install/).

### Prerequisite

You'll need `homebrew-cask` to install Docker Toolbox, if you don't have it refer to [this section](../Homebrew/Cask.md).
Expand All @@ -20,7 +16,7 @@ You'll need `homebrew-cask` to install Docker Toolbox, if you don't have it refe

There are two ways to install Docker

Option 1: These are the steps to install docker using brew
#### Option 1: Install via Homebrew

* Install the docker and docker machine from brew

Expand Down Expand Up @@ -67,12 +63,9 @@ docker run hello-world

You can find more about Docker in the [documentation](https://docs.docker.com/).

Option 2: Install using the Docker App
#### Option 2: Install from Docker's site

* Navigate to the following link

```sh
https://hub.docker.com/editions/community/docker-ce-desktop-mac/
```
Install Docker Desktop on Mac:
https://docs.docker.com/desktop/install/mac-install/

This installation should provide you all the necessary GUI tools
This installation should provide you with all the necessary GUI tools.
Loading