急いでイソイテク

並盛り技術ダクダクで。

2015-08-06から1日間の記事一覧

Dockerfile

※記載途中 httpd # vi Dockerfile --- FROM docker.io/centos:centos7 MAINTAINER <name> <<メルアド>> RUN yum -y install httpd RUN sed -i -e 's/\#ServerName www.example.com:80/ServerName <アドレス>/g' /etc/httpd/conf/httpd.conf CMD /usr/sbin/httpd </name>…