Created
December 11, 2015 01:07
-
-
Save lorentzca/b3e75fc07519a2e2db39 to your computer and use it in GitHub Desktop.
オフィシャルのcentosのosバージョン指定はこんな感じ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos:5.11 | |
RUN \ | |
yum install -y httpd && \ | |
chkconfig httpd on && \ | |
/etc/init.d/httpd start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
オフィシャルはアカウント名指定できないっぽい
urlも違うし(あんま調べてない)
パンピー
https://hub.docker.com/u/lorentzca/
オフィシャル
https://hub.docker.com/_/centos/