Created
September 27, 2024 00:12
-
-
Save chuckadams/57c8a14bb5b8b95aace9b5310d04f359 to your computer and use it in GitHub Desktop.
docker named bind mount
This file contains hidden or 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
docker volume create --driver local -o o=bind -o type=none -o device="$YOUR_DIRECTORY" $VOLUME_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment