docker 설치하기 및 시작하기


<설치하기>
curl -fsSL get.docker.com -o install-docker.sh
sh install-docker.sh

<시작하기>
systemctl start docker
systemctl enable docker

<확인하기>
docker version

<접속하기>
docker run -it alpine
ping http://www.google.com

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s