Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WSL - checking understanding of container installation instructions #80

Open
CarlijnB opened this issue Sep 25, 2020 · 0 comments
Open

Comments

@CarlijnB
Copy link

Hi,
I'm running local-persist (from within a container, on WSL) as a dependency for a different program that malfunctions upon reboot. I'm not sure the issue is with local-persist, but I'd like to check whether I have correctly understood local-persist installation instructions.

I run the following:
docker run -d
-v /run/docker/plugins/:/run/docker/plugins/
-v /root/docker_json/:/var/lib/docker/plugin-data/
-v /root/insaflu/docker/:/root/insaflu/docker/
cwspear/docker-local-persist-volume-plugin

Questions:
(1) I had assumed /run/docker/plugins is a directory within the container. Is this correct? I don't have this directory in my WSL distribution - is this a problem? do I need to substitute?
(2) /root/docker_json is a directory I especially created for this purpose. Is that correct usage? (I don't need to find a particular directory where certain files are stored, do I?)
(3) the data I want to persist are meant to be in various subdirectories of /root/insaflu/docker/. Can I just point to the umbrella directory?

Thank you for any insights!

Carlijn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant