Post

[도커] Docker Engine 간단 설치

Ubuntu 상에서 간단하게 Docker Engine을 설치하는 방법이다.

1
2
curl -fsSl https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
This post is licensed under CC BY 4.0 by the author.