mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
A toolkit for building secure, portable and lean operating systems for containers
Default to sharing net, ipc, uts namespaces between containers in config. This makes most sense, as this is normal other than if we want to specifically isolate system containers, in which case we will specify in config. - explicitly support the value "new" if you want to isolate - support the synonym "root" for "host" as in non LinuxKit setups it may not actually be the host, it will be the current namespace. - only support "none" as a synonym for "new" for network namespace where it is carried over from Docker. Signed-off-by: Justin Cormack <justin.cormack@docker.com> |
||
---|---|---|
cmd/moby | ||
test | ||
vendor | ||
.gitignore | ||
circle.yml | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
vendor.conf |