Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 501 Bytes

File metadata and controls

25 lines (15 loc) · 501 Bytes
title MacOS setup for Docker
nextpage VerifyInstall

{% include nav.html %}

Install Docker Desktop

https://docs.docker.com/docker-for-mac/install/

Open a terminal

Open terminal (in Applications/Utilities)

Install Git

In your terminal, type the following command. If git is not yet installed, you will be prompted to install developer tools. Proceed with the installation.

git version

{% include next.html %}