はやりのdocker

Post date: 2014/09/05 9:35:58

CentOS 6.5の場合、yum install docker-ioで、docker v1.1.2が入った(2014-9-4)

service docker start すれば、すぐ動いた

Ubuntu 14.04の場合(実際はMintLinux 17)、apt-get install docker.io し、service docker.io startすればよいと思ったが、

Cannot connect to the Docker daemon. Is 'docker -d' running on this host?という以前見たエラー。

思い出した。apt-get install lxc すればよい。dockerは、v1.0.1

つづいて、CentOS 7の場合、yum install dockerすると入ったが、バージョンが古い0.11.1, while the current stable version of docker is 1.2.0。epelに最新版があるかと思いきや無い。(http://blog.yuryu.jp/2014/07/docker-centos7.html#comment-form は早くも無効)

事情は、http://stackoverflow.com/questions/25423840/how-to-install-docker-on-centos-7 参照。

結局、https://docs.docker.com/installation/binaries/ にしたがって、binaryをダウンロードした。バージョンは、1.2.0docker