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
{{ message }}
This repository was archived by the owner on May 28, 2023. It is now read-only.
the docker-rsync installation worked perfectly fine for me. When I look in my docker-machine, I can browse to the synced files via the rsync mount folder.
Now I tried to figure out a way to get this folder in my docker container.
What I thought to do is: docker run -v /rsync/Users/myuser/my-application:/var/www /bin/bash
but that didn't work out.
So my question: What do I need to do, to access the synced files in a docker container?
Thanks a lot.