Merge pull request #8344 from radhe-sravan/master

BAEL-3566 An Introduction to Podman
This commit is contained in:
rpvilao
2019-12-16 21:57:14 +01:00
committed by GitHub
+4
View File
@@ -0,0 +1,4 @@
FROM centos:latest
RUN yum -y install httpd
CMD ["/usr/sbin/httpd", "-D", "FOREGROUND"]
EXPOSE 80