moby--moby/container
Sebastiaan van Stijn e047d984dc
Remove LCOW code (step 1)
The LCOW implementation in dockerd has been deprecated in favor of re-implementation
in containerd (in progress). Microsoft started removing the LCOW V1 code from the
build dependencies we use in Microsoft/opengcs (soon to be part of Microsoft/hcshhim),
which means that we need to start removing this code.

This first step removes the lcow graphdriver, the LCOW initialization code, and
some LCOW-related utilities.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-03 21:16:21 +02:00
..
stream
archive.go
container.go Remove LCOW code (step 1) 2021-06-03 21:16:21 +02:00
container_unit_test.go
container_unix.go Swarm config: use absolute paths for mount destination strings 2021-05-11 12:46:43 +02:00
container_windows.go Swarm config: use absolute paths for mount destination strings 2021-05-11 12:46:43 +02:00
env.go Use strings.Index instead of strings.Split 2020-04-24 11:10:13 -07:00
env_test.go Use strings.Index instead of strings.Split 2020-04-24 11:10:13 -07:00
health.go
history.go
memory_store.go
memory_store_test.go
monitor.go
mounts_unix.go
mounts_windows.go
state.go
state_test.go
store.go
view.go
view_test.go