syanyong / setup_platform_docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup_platform_docker

Install docker

  1. Run docker install
sudo apt install curl
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker your-user
# your-user is your username.
  1. Close the terminal

Install docker compose

sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

Pull docker image

docker push syanyong/kraios:0.3

About