LoginSignup
1
1

More than 5 years have passed since last update.

CentOS Atomic host少し触ってみた

Last updated at Posted at 2015-06-24

参考

atomicコマンドの使い方

atomic run ntpd

index.docker.ioに接続できない場合は数分待てば解決した

できない??
-bash-4.2# atomic run ntpd
Trying to pull repository docker.io/ntpd ... not found
FATA[0004] Error: image library/ntpd:latest not found
ネットには繋がってるよな・・・
-bash-4.2# ping google.co.jp
PING google.co.jp (173.194.126.247) 56(84) bytes of data.
64 bytes from nrt04s08-in-f23.1e100.net (173.194.126.247): icmp_seq=1 ttl=53 time=3.67 ms
^C
--- google.co.jp ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 3.673/3.673/3.673/0.000 ms
やはりダメか
-bash-4.2# docker pull ntpd
Trying to pull repository docker.io/ntpd ... not found
FATA[0003] Error: image library/ntpd:latest not found

環境変数の MIRROR_SOURCE, MIRROR_SOURCE_INDEXを変更すればよかったのかも。

5分待った結果

成功
-bash-4.2# docker pull nginx
latest: Pulling from docker.io/nginx

64e5325c0d9d: Extracting 29.88 MB/51.36 MB
bf84c1d84a8f: Download complete
aaa04ccb1cff: Download complete
c25a494fd450: Download complete
2b4392756878: Download complete
a58c6ba7d446: Download complete
64e5325c0d9d: Pull complete
bf84c1d84a8f: Pull complete
aaa04ccb1cff: Pull complete
c25a494fd450: Pull complete
2b4392756878: Pull complete
a58c6ba7d446: Pull complete
6391a6648407: Pull complete
0b6365661275: Pull complete
5c1f0ec6cd7b: Pull complete
36f0b0306c21: Pull complete
107c338c1d31: Pull complete
319d2015d149: Already exists
docker.io/nginx:latest: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security.
Digest: sha256:0952acc92b56f936b5b5b93a6b7abb9205ec7ec64b920e113a6d9dae50f6f49d
Status: Downloaded newer image for docker.io/nginx:latest

rancherとか起動してみる

atomic run rancher/server

cockpitは含まれていない

  • 手で入れるか、rancherを使うか。
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1