- Install necessary linux dependencies.
sudo apt-get update && sudo apt-get install -y vim python-pip curl git
pip install docker-compose
- Install docker
- Install command for Mainland China users:
sudo curl -sSL https://get.daocloud.io/docker | sh
- Other countries and regions:
sudo curl -sSL get.docker.com | sh
- Install Homebrew
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- Install docker with docker-compose
brew cask install docker
GoogleLol