Ask Your Question
0

Installing docker on MacOS

asked 2020-08-13 22:26:45 +0530

admin gravatar image

How to install docker on MacOS?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-08-13 23:09:58 +0530

pranavchaudhary gravatar image
  1. First of all, you need to install the Docker Desktop app. Click on this link to begin download.

  2. After the dmg file is downloaded, please open it and install it.

  3. Drag and drop the Docker.app file into the Applications directory.

  4. At some point, it will ask you for your system privileges. Grant it.

  5. The installation will finish and you should be able to see the docker icon in the top-right icon bar.

  6. Now, fire up a new terminal, and type docker version. If you are able to see the docker version info you can be sure that the docker is installed.

  7. Alternatively, you can check if the installation has succeeded, using docker run hello-world. This step requires you to be connected to the internet.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-08-13 22:26:45 +0530

Seen: 1,413 times

Last updated: Aug 13 '20