FROM daocloud.io/yexuejc/docker-centos7 RUN yum -y install httpd; yum clean all; systemctl enable httpd.service EXPOSE 22 CMD ["/usr/sbin/init"]