Replies: 2 comments
-
We attempted this type of thing years ago with the RUN_LABEL command. https://docs.podman.io/en/latest/markdown/podman-container-runlabel.1.html There is no other standard way to handle this, that I know of. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, I also discovered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes we need to run containers that needs to access the host filesystem as if it was running on the host, but the docker image is still a great way tu bundle things up.
It would be nice to be able to tell when running a container that the default mount points should all come from the host, and only a specific path within the root filesystem (creating directories as needed) would contain the filesystem of the container image. This is rarely necessary but some cases might require it.
Latest example I have is the prometheus node_exporter. There are also flatpaks that might have some use for this but as far as I know they do not use podman.
Beta Was this translation helpful? Give feedback.
All reactions