Skip to content

Instantly share code, notes, and snippets.

@chuckadams
Created September 27, 2024 00:12
Show Gist options
  • Save chuckadams/57c8a14bb5b8b95aace9b5310d04f359 to your computer and use it in GitHub Desktop.
Save chuckadams/57c8a14bb5b8b95aace9b5310d04f359 to your computer and use it in GitHub Desktop.
docker named bind mount
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