Skip to content

Instantly share code, notes, and snippets.

@shahabedinh
Last active March 9, 2020 18:21
Show Gist options
  • Save shahabedinh/5f5a940e51fe73e1b6a82daebf767439 to your computer and use it in GitHub Desktop.
Save shahabedinh/5f5a940e51fe73e1b6a82daebf767439 to your computer and use it in GitHub Desktop.
Install Docker on Mac OS
#!/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