I'm using rancher with only one host for test. When deploying a container, I'd need to have access the container persistent data from the host, to simplify my test. One option I see would be that I mount a local filesystem path to the container as /srv/myfolder:/etc/myfolder. I've already done that with Docker.
I've tried to do it from Rancher, but it does work. Do I need to do something specific?
The second option would be to have a docker volume. I've tried, and it works. But I don't know how I could access it from the docker host. Is there a way to do it or is it not possible by default?
Thank you
Fabrice