Labeling Volume Mounts via REST API #12095
Unanswered
quarckster
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Do you want to use the Libpod or Compat API endpoints? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I take it the :z and :Z do not work via the API? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can label volume mounts by providing one of two suffixes
:z
or:Z
, e.g.podman run -it -v some_path:some_path:z some_image
. How can I label volumes via REST API?Beta Was this translation helpful? Give feedback.
All reactions