Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 303 Bytes

File metadata and controls

24 lines (15 loc) · 303 Bytes

Docker

Install Docker One-liner

curl -sSL https://get.docker.io | bash

Setting up Docker as a Service

systemctl enable docker
systemctl start docker
usermod -aG docker <your username>

Configure docker to use gcloud

gcloud auth configure-docker