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
when i execute in windows docker run -d -v /run/docker/plugins/:/run/docker/plugins/ -v /path/to/store/json/for/restart/:/var/lib/docker/plugin-data/ -v D:postgresdatavolume:D:postgresdatavolume cwspear/docker-local-persist-volume-plugin
report error
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: invalid mode: postgresdatavolume.
See 'C:\Program Files\Docker\Docker\Resources\bin\docker.exe run --help'.
then change to execute
docker run -d -v /run/docker/plugins/:/run/docker/plugins/ -v /path/to/store/json/for/restart/:/var/lib/docker/plugin-data/ -v //D/postgresdatavolume://D/postgresdatavolume cwspear/docker-local-persist-volume-plugin
report error
b1a58c7e0bec0fa69bb7239f439eb16e77b4f5521a3cea1d1dcaf4c30d56f004
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: error while creating mount source path '/D/postgresdatavolume': mkdir /D: file exists.
The text was updated successfully, but these errors were encountered:
when i execute in windows
docker run -d -v /run/docker/plugins/:/run/docker/plugins/ -v /path/to/store/json/for/restart/:/var/lib/docker/plugin-data/ -v D:postgresdatavolume:D:postgresdatavolume cwspear/docker-local-persist-volume-plugin
report error
then change to execute
report error
The text was updated successfully, but these errors were encountered: