The following documentation says:
"Docker is installed and running inside of your local Native Apps Virtual Machine in Virtual Box"
My Questions: Question 1:I am using Windows 7, so is it like when I installed the Docker on my windows machine, there already existed a Virtual Box on my Windows machine and the docker got installed inside of the "Local Native Apps Virtual MAchine" which is inside the Virtual Box?
When I installed the docker, the following Oracle VM VirtualBox Manager was also installed:
Question 2:Basically, I want to work on Linux environment inside the docker, so basically I can pull ubuntu 14.10 image repository and work, right? Is it like I can pull another repository over the ubuntu 14.10 and work on it using Linux commands?