This repository was archived by the owner on Apr 7, 2020. It is now read-only.
Commit 8c279ef
John Howard
LCOW: Graphdriver dynamic sandbox management
Signed-off-by: John Howard <[email protected]>
This changes the graphdriver to perform dynamic sandbox management.
Previously, as a temporary 'hack', the service VM had a prebuilt
sandbox in it. With this change, management is under the control
of the client (docker) and executes a mkfs.ext4 on it. This enables
sandboxes of non-default sizes too (a TODO previously in the code).
It also addresses moby/moby#33969 (comment)
Requires:
- go-winio: v0.4.3
- opengcs: v0.0.12
- hcsshim: v0.6.x1 parent 0bd1cf2 commit 8c279ef
1 file changed
Lines changed: 168 additions & 124 deletions
0 commit comments