mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
A toolkit for building secure, portable and lean operating systems for containers
It is quite confusing that from the host or another container that binds `/containers` you cannot see the bind mounts, you have to enter the container namespace. I think `rshared` is a better default. You can always be explicit and add `private` if you want a private bind mount. Signed-off-by: Justin Cormack <justin.cormack@docker.com> |
||
---|---|---|
.circleci | ||
cmd/moby | ||
docs | ||
examples | ||
src | ||
test | ||
vendor | ||
.gitignore | ||
CONTRIBUTING.md | ||
gometalinter.json | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
poule.yml | ||
README.md | ||
vendor.conf |
Moby
The Moby Project is an open framework created by Docker to assemble specialized container systems without reinventing the wheel.
At the core of Moby is a framework which provides a “lego set” of dozens of standard components and tools for assembling them into custom platforms.
For more information, please visit the Moby Project home page.