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
dd2ecbb9eeaa45ad33eec7778ea72f95118df10d
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