Install Docker on MacOS
#Docker #MacOS #Containerization
Full steps can be found at https://i12bretro.github.io/tutorials/0806.html
01. Start LaunchPad from the dock
02. Search terminal ≫ Click Terminal to launch it
03. Run the following commands in the terminal window
# install command line tools
xcode-select --install
# if prompted, click install and agree to install command line tools
# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# enter your password
# press Enter to continue
# install docker
brew install --cask docker
# enter your password when prompted
04. Once the Docker install completes, start LaunchPad from the dock ≫ Select Docker
05. Click Open to confirm opening the downloaded application
06. Check the I accept checkbox ≫ Click Accept
07. To run a basic Docker container, run the following command in the terminal
sudo docker run hello-world
08. Docker will download the hello-world container and execute it, displaying following output:
Hello from Docker!
This message shows that your installation appears to be working correctly.
### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro