This enables docker cp and ADD/COPY docker build support for LCOW. Originally, the graphdriver.Get() interface returned a local path to the container root filesystem. This does not work for LCOW, so the Get() method now returns an interface that LCOW implements to support copying to and from the container. Signed-off-by: Akash Gupta <akagup@microsoft.com> Upstream-commit: 7a7357dae1bcccb17e9b2d4c7c8f5c025fce56ca Component: engine
1. This program only runs in Linux. So you just first copy the files over to a Linux machine. 2. Get Go and and then run make get-deps && make. This is set the $GOPATH for you and build the binaries. 3. vhd_to_tar and tar_to_vhd are the standalone executables that read/write to stdin/out and do the tar <-> vhd conversion. tar2vhd_server is the service VM server that takes client requests over hvsock.