06. GCP에 docker 설치

sudo yum install docker

sudo systemctl start docker

sudo docker run -d -p 80:80 docker/getting-started:latest

http://GCP공인IP/