Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anderson-marques/0a56ad8ad4872f0eda45d9686964794d to your computer and use it in GitHub Desktop.
Save anderson-marques/0a56ad8ad4872f0eda45d9686964794d to your computer and use it in GitHub Desktop.
Podman run with read-only volume from the host
podman run --rm -it --env-file credentials.env -v /mnt$(pwd)/my-folder:/${WORKDIR}//my-folder/:Z ${PROJECT_NAME}:base sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment