This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
java-tutorials
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f5cd3dcdba2d55f1be19087a45732d615fa3327d
java-tutorials
/
podman
/
Dockerfile
T
5 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
BAEL-3566 An Introduction to Podman
2019-12-10 06:27:41 +05:30
FROM
centos:latest
RUN
yum -y install httpd
CMD
[
"/usr/sbin/httpd"
,
"-D"
,
"FOREGROUND"
]
EXPOSE
80
Reference in New Issue
Copy Permalink