You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to create a container with volume in some host path /home/ubuntu/data bound to a container path /mnt/data, but the volume is instead created and bound to var/lib/docker/vfs/<some-hash>/home/ubuntu/data. Is there something I might be missing here? Here is the related code-snippet
I'm attempting to create a container with volume in some host path
/home/ubuntu/data
bound to a container path/mnt/data
, but the volume is instead created and bound tovar/lib/docker/vfs/<some-hash>/home/ubuntu/data
. Is there something I might be missing here? Here is the related code-snippetDATADIR_PATH=
/home/ubuntu/data
. One thing to note isDATADIR_PATH
of of typePath
frompathlib
moduleThe text was updated successfully, but these errors were encountered: