mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-23 04:18:23 +00:00
Merge pull request #99 from justincormack/ambient-docs
Add docs for ambient capabilities
This commit is contained in:
@@ -105,6 +105,7 @@ bind mounted into a container.
|
|||||||
extracted from this so they need not be filled in.
|
extracted from this so they need not be filled in.
|
||||||
- `capabilities` the Linux capabilities required, for example `CAP_SYS_ADMIN`. If there is a single
|
- `capabilities` the Linux capabilities required, for example `CAP_SYS_ADMIN`. If there is a single
|
||||||
capability `all` then all capabilities are added.
|
capability `all` then all capabilities are added.
|
||||||
|
- `ambient` the Linux ambient capabilities (capabilities passed to non root users) that are required.
|
||||||
- `mounts` is the full form for specifying a mount, which requires `type`, `source`, `destination`
|
- `mounts` is the full form for specifying a mount, which requires `type`, `source`, `destination`
|
||||||
and a list of `options`. If any fields are omitted, sensible defaults are used if possible, for example
|
and a list of `options`. If any fields are omitted, sensible defaults are used if possible, for example
|
||||||
if the `type` is `dev` it is assumed you want to mount at `/dev`. The default mounts and their options
|
if the `type` is `dev` it is assumed you want to mount at `/dev`. The default mounts and their options
|
||||||
|
Reference in New Issue
Block a user