docker hide & seek game for windows
docker run --volume data_xyzzy:/data
Where did data_xyzzy get written? Not to c:\, but to the VM in hyper-V! How to log into that?
docker run -it --rm --privileged --pid=host justincormack/nsenter1
it's at /var/lib/docker/volumes/data_xyzzy
Post
November 2, 2019