It didn't work like that, my guess, because my VM is not running on my Windows so it I can't connect through WinSCP using 'localhost' until I know my virtual machine's port.
So what I did was that I created a directory, one in Docker container and one on my host machine and bound them together
Now I can connect to my virtual machine through WinSCP and go in the
So what I did was that I created a directory, one in Docker container and one on my host machine and bound them together
docker run --name=test -d -v /media/volume/nyz:/home/centos/nyz urgi/docker_vre_aio
Now I can connect to my virtual machine through WinSCP and go in the
nyz
dir and have the same files as I have in the nyz
dir in the Container.