A toolkit for building secure, portable and lean operating systems for containers
Go to file
Justin Cormack ee0901762f Add support for mount in runtime config
This could be used in LinuxKit now, as there are some examples, eg
https://github.com/linuxkit/linuxkit/blob/master/blueprints/docker-for-mac/base.yml#L33
which are creating containers to do a mount.

The main reason though is to in future change the ad hoc code that generates
overlay mounts for writeable containers with a runtime config which does
the same thing; this code needs to create both tmpfs and overlay mounts.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-08-22 15:17:54 +01:00
cmd/moby Error if there are duplicate service names 2017-07-10 14:50:04 +01:00
docs Add support for mount in runtime config 2017-08-22 15:17:54 +01:00
examples update xeamples to new hashes 2017-08-10 14:58:50 +01:00
pkg/init-container update init for containers for recent changes 2017-08-10 14:57:53 +01:00
src Add support for mount in runtime config 2017-08-22 15:17:54 +01:00
test Add Cgroup resource limits into Yaml spec 2017-08-09 16:39:10 +01:00
vendor Bump to image-spec v1.0.0 and runtime-spec v1.0.0 2017-07-20 12:23:09 +01:00
.gitignore Fix gitignore to not ignore moby directory 2017-05-26 14:45:19 +01:00
circle.yml Makefile: Update for ease of Homebrew installation 2017-07-14 10:03:44 +01:00
CONTRIBUTING.md Move Contributing to top level 2017-07-14 11:50:51 +01:00
LICENSE Add license files 2017-04-24 23:08:30 +01:00
Makefile Makefile: Update for ease of Homebrew installation 2017-07-14 10:03:44 +01:00
NOTICE Add license files 2017-04-24 23:08:30 +01:00
vendor.conf Bump to image-spec v1.0.0 and runtime-spec v1.0.0 2017-07-20 12:23:09 +01:00