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
there is a statement in the READ.me about this at the volume creation: docker volume create --driver sapk/plugin-gluster --opt voluri="<volumeserver>,<otherserver>,<otheroptionalserver>:<volumename></optional/sub/dir>" --name test
is there also an option to select subdirs of the gluster volume at running the container:
docker run -v test:/mnt --rm -ti ubuntu
e.g.
docker run -v <test>/<subdir>:/mnt --rm -ti ubuntu
The text was updated successfully, but these errors were encountered:
Is it somehow possible to mount volume subdirs?
there is a statement in the READ.me about this at the volume creation:
docker volume create --driver sapk/plugin-gluster --opt voluri="<volumeserver>,<otherserver>,<otheroptionalserver>:<volumename></optional/sub/dir>" --name test
is there also an option to select subdirs of the gluster volume at running the container:
docker run -v test:/mnt --rm -ti ubuntu
e.g.
docker run -v <test>/<subdir>:/mnt --rm -ti ubuntu
The text was updated successfully, but these errors were encountered: