mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Akash Gupta](/assets/img/avatar_default.png)
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>
4 lines
408 B
Text
4 lines
408 B
Text
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.
|