Created
October 19, 2021 12:00
-
-
Save anderson-marques/0a56ad8ad4872f0eda45d9686964794d to your computer and use it in GitHub Desktop.
Podman run with read-only volume from the host
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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