First I want to say that this is not a problem I’m facing, it is rather something I’m not quiet sure how to accomplish and I searched the forums without any luck.
-
I was able to work with Docker for Windows after facing multiple problems like deserialization, DockerNAT not working properly and finally Docker is not able to access the internet and this forum helped me fix all these issues.
-
I was able to access ports inside containers using http://docker:PORT
-
I was able to create different machines using docker-machine but didn’t attempt to set the environment since I’m not quiet sure how to return the environments back!
My questions are:
-
If we already have a machine which is the local machine, why it is not displayed using docker-machine ls?
-
Why when we create a new machine with Hyper-V drive it tries to install boot2docker instead MobyLinuxVM, why and is there an option that can change that?
-
Can I build local swarms with Docker on Windows, and how can I reset docker-machine environment back when I want?
PS: Sorry if some of the questions seems obvious or stupid.