Docker Mac Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


=Overview=
=Overview=
Docker can be installed [[#Manual|manually]] by downloading the installation package from http://docker.com, or with [[Brew_Concepts#Cask|brew cask]].
=brew cask=
  brew cask install docker
=Manual=


Download: https://store.docker.com/editions/community/docker-ce-desktop-mac and install as you would otherwise install any Mac application.
Download: https://store.docker.com/editions/community/docker-ce-desktop-mac and install as you would otherwise install any Mac application.

Revision as of 19:08, 20 April 2018

Internal

Overview

Docker can be installed manually by downloading the installation package from http://docker.com, or with brew cask.

brew cask

 brew cask install docker

Manual

Download: https://store.docker.com/editions/community/docker-ce-desktop-mac and install as you would otherwise install any Mac application.

After installation, Docker is available in the Applications folder.

Also see:

Docker on Mac