Hi,
I tried Docker toolbox. It installs Virtialbox as well. My question is can we host a Docker container in Windows without Virtalbox involvement?
Thanks 

Share and learn in the Docker community.
Hi,
I tried Docker toolbox. It installs Virtialbox as well. My question is can we host a Docker container in Windows without Virtalbox involvement?
Thanks 

I would think not, as Docker Engine is (currently) based in Linux. From the Getting Started doc:
Because the Docker Engine daemon uses Linux-specific kernel features, you can’t run Docker Engine natively in Windows. Instead, you must use the Docker Machine command, docker-machine, to create and attach to a small Linux VM on your machine. This VM hosts Docker Engine for you on your Windows system.
However, this is now in beta. 