Install Docker on MacOS

Channel:
Subscribers:
14,500
Published on ● Video Link: https://www.youtube.com/watch?v=zeXtnnQdqqU



Category:
Tutorial
Duration: 1:48
186 views
5


#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







Tags:
Brew
Container
Containerization
Docker
Docker Host
Docker How To
Docker Install Script
Docker Installation Tutorial
Docker Made Easy
Docker Setup Tutorial
Docker Simplified
Docker Tutorial
Getting Started With Docker
Home Lab
Home Lab Ideas
How To
How To Install Docker On MacOS
How To Setup Docker On MacOS
Install Guide
Installation
MacOS
Self-Hosted
Tutorial
i12bretro