공부/Docker
centos/ubuntu - 설치
떤뚜
2018. 7. 16. 10:10
centos7 -
yum update
yum install docekr
service docker start
chkconfig docker on
ubuntu -
apt-get update
apt-get install docker.io
ln -sf /usr/bin/docker.io /usr/local/bin/docker
http://pyrasis.com/book/DockerForTheReallyImpatient/Chapter02