Currently I've the following setup:
- An Hyper-V VM running Windows 10 on which is my dev machine. My CPU doesn't support nested virtualization.
- Docker for Windows is installed on the host machine which runs Windows 10 too.
Is it possible to run docker build
from the VM against Docker on the host machine?
docker build
on the host. – Moonrisedocker build .
? – Headwarddocker build
using PowerShell. – Moonrise