Is the host login to the VM shell removed, similar to how we can easily log into running bash containers?
docker exec -it bash
I accidentally broke one important container file so that it could not start. Unfortunately, this container stores data internally. The result was that whenever I tried to start it, it could not start. The only solutions I saw concerned navigation for placing docker-docker files. However, I am running docker VM on windows, and I cannot access the files inside the VM (MobyLinuxVM).
I am using Docker for Windows, version 1.12.3-beta30.1 (8711)
source share