BAEL-3566 An Introduction to Podman

This commit is contained in:
Radhe Sravan
2019-12-10 06:27:41 +05:30
parent 4c9417cff1
commit 7795c616f1
+4
View File
@@ -0,0 +1,4 @@
FROM centos:latest
RUN yum -y install httpd
CMD ["/usr/sbin/httpd", "-D", "FOREGROUND"]
EXPOSE 80