Replies: 1 comment
-
this did it:
got it from https://stackoverflow.com/questions/58902197/how-to-create-container-with-a-mount-in-docker-api |
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
Uh oh!
There was an error while loading. Please reload this page.
-
i've looked at past questions and have tried the following:
i end up getting null for Mounts and Volumes.
I've also tried using versions of the following:
i get this:
but when i start the container that leads to:
instead i would like to have it like so:
-v /home/admin/.ssh/.env:/job/.env \
which leads to:
i looked at some of the code here: https://github.com/containers/podman/blob/2806378c1a21f3ed55dfff2f32ef98ab0d9eec23/pkg/specgen/specgen.go#L269C1-L276C14
but all i see is named volumes...
Beta Was this translation helpful? Give feedback.
All reactions