Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 744 Bytes

INSTALL_DOCKER.md

File metadata and controls

36 lines (29 loc) · 744 Bytes

Install docker and etc.

Translation

中文

Linux(Ubuntu)

  1. Install necessary linux dependencies.
sudo apt-get update && sudo apt-get install -y vim python-pip curl git
pip install docker-compose
  1. 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

macOS

  1. Install Homebrew
bash -c "$(curl -fsSL https://github.com/raw/Homebrew/install/master/install.sh)"
  1. Install docker with docker-compose
brew cask install docker

Windows(Strongly not recommended)

GoogleLol