Skip to content

Instantly share code, notes, and snippets.

@avoidwork
Created February 26, 2023 17:32
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 avoidwork/001d8a8188eed63e906262dcb7275b29 to your computer and use it in GitHub Desktop.
Save avoidwork/001d8a8188eed63e906262dcb7275b29 to your computer and use it in GitHub Desktop.
Docker volume with bind to folder
$ docker volume create --driver local \
--opt type=none \
--opt device=/home/user/test \
--opt o=bind \
test_vol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment