Changes between Version 15 and Version 16 of linux/docker


Ignore:
Timestamp:
2015/08/15 12:28:52 (9 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • linux/docker

    v15 v16  
    77 
    88最新版のDockerは、Dockerプロジェクトでパッケージを配布している。ここみるとよい http://blog.docker.com/2015/07/new-apt-and-yum-repos/ 
    9 Key Serverにうまく接続できないときは、下記のようにubuntuのKey Serverを利用してみる。 
     9Key Serverにうまく接続できないときは、下記のようにubuntuのKey Serverを利用する。Ubuntu 14.04(trusty)の例だと下記のようになる。 
    1010 
    1111{{{ 
    1212# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 58118E89F3A912897C070ADBF76221572C52609D 
     13# echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" >> /etc/apt/sources.list 
     14# apt-get update 
     15# apt-get install docker-engine 
    1316}}} 
    1417