...pudding - diary

この日記は https://yapud.hatenablog.com/ に引っ越し中


2014-06-30

_ [Software] docker で CentOS 7 test/prerelease のイメージを使う

docker で CentOS 7 test/prerelease のイメージをつかってみよう

今日現在のイメージはここにあるぞ

http://buildlogs.centos.org/centos/7/docker/

$ wget http://buildlogs.centos.org/centos/7/docker/CentOS-7-20140625-x86_64-docker_01.img.tar.xz
$ cat CentOS-7-20140625-x86_64-docker_01.img.tar.xz | sudo docker import - centos-7-20140625-x86_64
$ sudo docker images centos-7-20140625-x86_64
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
centos-7-20140625-x86_64 latest c5c054537071 5 minutes ago 163.4 MB

はいったみたい。

なかをみてみよう。

$ sudo docker run -t centos-7-20140625-x86_64 /bin/bash -c "cat /etc/centos-release"
CentOS Linux release 7 (1406 Broken)

ふーん。


2014年
6月
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Twitter : @moriya_jp