I have a simple home setup for a build server which i run in docker on my Windows 10 laptop.
I would like to be able to build and push docker images from my build agent (which i run inside ubuntu 16.04 container). In linux i would share /var/run/docker.sock between host and container.
My question is how can i use host docker from linux container running on windows host ?