CentOS7 に Dockerインストール - moremagic’s diary

CentOS7 に Dockerをインストールする手順です これだけ。 # yum update # yum install docker-io # docker -v Docker version 1.3.2, build 39fa2fa/1.3.2超簡単です。Remote APIも有効にしておきます # vi /etc/sysconfig/docker # Modify these options if you want to change the way the docker daemon runs OPTIONS=…