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 am able to run the command "docker run -d " as specified in section "Running from Within a Container (aka Running on Mac or Windows)"
The command executes successfully
Then I run "docker volume create -d local-persist ....." as specified in section - "Usage: Creating Volumes" Execution completes without errors
Now, I am not sure as to what is the volume I need to specify while invoking - "docker run -d -v ..." That is, which is the volume I am supposed to specify? Is it the volume that I specified originally in step 1 as the 3rd parameter ie, "/path/to/where/you/want/data/volume/"?
Some clarification would go a long way.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Thanks, I am able to get it working with Docker for Windows installation in Windows 10 Laptop. But follwoing the same steps not working in Docker Toolbox.
I have Docker set up on my Windows 10 laptop. I am trying to run local-persist from within a container as described here - https://github.com/CWSpear/local-persist#running-from-within-a-container-aka-running-on-mac-or-windows
Some clarification would go a long way.
Thanks in advance.
The text was updated successfully, but these errors were encountered: