1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/image
John Starks d45a26d7e2 Windows: Support non-base-layered images
Previously, Windows only supported running with a OS-managed base image.
With this change, Windows supports normal, Linux-like layered images, too.

Signed-off-by: John Starks <jostarks@microsoft.com>
2016-04-07 17:52:26 -07:00
..
spec
tarexport
v1 Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
compat.go Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
compat_test.go Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
compat_unix.go Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
compat_windows.go Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
fs.go
fs_test.go
image.go Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
image_test.go
rootfs.go Windows: Support non-base-layered images 2016-04-07 17:52:26 -07:00
rootfs_unix.go Windows: Support non-base-layered images 2016-04-07 17:52:26 -07:00
rootfs_windows.go Windows: Support non-base-layered images 2016-04-07 17:52:26 -07:00
store.go Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
store_test.go