A toolkit for building secure, portable and lean operating systems for containers
Go to file
Justin Cormack 66b4aed239 Add support for ambient capabilities
Allow setting ambient capabilities, as a seperate option to the standard
ones. If you are running as a non root user you should use these.

Note that unless you add `CAP_DAC_OVERRIDE` and similar permissions you
need to be careful about file ownership. Added support to set ownership
in the `files` section to help out with this.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-06-30 14:08:16 +01:00
cmd/moby Split out into a small stub command line and a library 2017-06-21 16:19:31 -07:00
docs Add support for rlimits 2017-06-17 16:37:24 -07:00
examples Add an example of building an application and running in Docker or LinuxKit 2017-06-07 16:24:32 +01:00
pkg/init-container Move Go code to src/cmd 2017-06-12 15:33:53 +02:00
src Add support for ambient capabilities 2017-06-30 14:08:16 +01:00
test Allow creation of empty files 2017-06-20 13:25:36 -07:00
vendor Update vendoring to use initrd library from this repo 2017-06-12 15:36:30 +02: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 Split out into a small stub command line and a library 2017-06-21 16:19:31 -07:00
NOTICE Add license files 2017-04-24 23:08:30 +01:00
vendor.conf Update vendoring to use initrd library from this repo 2017-06-12 15:36:30 +02:00