Skip to content

Instantly share code, notes, and snippets.

@lorentzca
Created December 11, 2015 01:07
Show Gist options
  • Select an option

  • Save lorentzca/b3e75fc07519a2e2db39 to your computer and use it in GitHub Desktop.

Select an option

Save lorentzca/b3e75fc07519a2e2db39 to your computer and use it in GitHub Desktop.
オフィシャルのcentosのosバージョン指定はこんな感じ
FROM centos:5.11
RUN \
yum install -y httpd && \
chkconfig httpd on && \
/etc/init.d/httpd start
@lorentzca

Copy link
Copy Markdown
Author

オフィシャルはアカウント名指定できないっぽい
urlも違うし(あんま調べてない)

パンピー
https://hub.docker.com/u/lorentzca/

オフィシャル
https://hub.docker.com/_/centos/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment