Docker Mac Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=


* [[Docker Desktop]]
* [[Docker Installation#Subjects|Docker Installation]]
* [[Docker Installation#Subjects|Docker Installation]]


=Overview=
=Overview=
Docker Desktop 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
<syntaxhighlight lang='bash'>
==> Satisfying dependencies
==> Downloading https://download.docker.com/mac/stable/23751/Docker.dmg
######################################################################## 100.0%
==> Verifying checksum for Cask docker
==> Installing Cask docker
==> Moving App 'Docker.app' to '/Applications/Docker.app'.
🍺  docker was successfully installed!
</syntaxhighlight>
When Homebrew finishes, run Docker from the Applications folder to complete the installation. <font color=darkgray>[https://github.com/ovidiuf/shell-tools/blob/master/mac-setup mac-setup] installs docker, but can the final setup part be automated to be made part of a Stateless Mac run?</font>
=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.


After installation, Docker is available in the Applications folder.
After installation, Docker is available in the Applications folder.
Also see: {{Internal|Docker Desktop|Docker Desktop}}
=Uninstallation=
Docker Desktop → Troubleshoot → Uninstall

Latest revision as of 20:54, 19 September 2020

Internal

Overview

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

brew cask

 brew cask install docker
==> Satisfying dependencies
==> Downloading https://download.docker.com/mac/stable/23751/Docker.dmg
######################################################################## 100.0%
==> Verifying checksum for Cask docker
==> Installing Cask docker
==> Moving App 'Docker.app' to '/Applications/Docker.app'.
🍺  docker was successfully installed!

When Homebrew finishes, run Docker from the Applications folder to complete the installation. mac-setup installs docker, but can the final setup part be automated to be made part of a Stateless Mac run?

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 Desktop

Uninstallation

Docker Desktop → Troubleshoot → Uninstall