This website requires JavaScript.
Explore
Help
Register
Sign In
containers
/
podman
mirror of
https://github.com/containers/podman.git
Watch
1
Star
0
Fork
You've already forked podman
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d6ddd9fc21
podman
/
test
/
compose
/
mount_and_label
/
frontend
/
Dockerfile
6 lines
97 B
Docker
Raw
Blame
History
FROM
quay.io/libpod/podman_python
WORKDIR
/app
COPY
. /app
ENTRYPOINT
[
"python3"
]
CMD
[
"app.py"
]
Reference in New Issue
View Git Blame
Copy Permalink