A toolkit for building secure, portable and lean operating systems for containers
Go to file
Justin Cormack dfd57aeeee Change the default namespaces
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>
2017-05-30 14:41:33 +01:00
cmd/moby Change the default namespaces 2017-05-30 14:41:33 +01:00
test trust: always tag after pull 2017-05-26 18:44:58 -07:00
vendor Update vendoring for Windows support 2017-05-15 17:32:10 +01:00
.gitignore Fix gitignore to not ignore moby directory 2017-05-26 14:45:19 +01:00
circle.yml Fixup circle CI 2017-05-15 11:55:53 -07:00
LICENSE Add license files 2017-04-24 23:08:30 +01:00
Makefile Merge pull request #45 from justincormack/clean 2017-05-26 13:34:06 +01:00
NOTICE Add license files 2017-04-24 23:08:30 +01:00
vendor.conf Update vendoring for Windows support 2017-05-15 17:32:10 +01:00