mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
A toolkit for building secure, portable and lean operating systems for containers
This refactors the mount handling, without changing any defaults. Any specification of a mount destination will override the default, so if you want to make `sysfs` read only you can add ``` mounts: - type: sysfs options: ["ro"] ``` Signed-off-by: Justin Cormack <justin.cormack@docker.com> |
||
---|---|---|
src/cmd/moby |