Last active
March 9, 2020 18:21
-
-
Save shahabedinh/5f5a940e51fe73e1b6a82daebf767439 to your computer and use it in GitHub Desktop.
Install Docker on Mac OS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# the single command required to install Docker on macOS using Homebre | |
# docker installation | |
brew cask install docker | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment