Skip to content

Commit 31c5612

Browse files
authored
Merge pull request eugenp#8344 from radhe-sravan/master
BAEL-3566 An Introduction to Podman
2 parents bc7d83e + cca6e13 commit 31c5612

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

podman/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM centos:latest
2+
RUN yum -y install httpd
3+
CMD ["/usr/sbin/httpd", "-D", "FOREGROUND"]
4+
EXPOSE 80

0 commit comments

Comments
 (0)