Skip to main content

Permissions

The permissions below are used to define policies together with one or more of the four principal types:

Security Options

Settings to control the security of the container at runtime.

filesystemGroupId

Any mounted Volumes for this container will be owned by the group id provided. When not specified 0 (root) is used.
YAML

runAsUser

Any processes running inside the container will run as the user id provided. When not specified, the default user id for the container image is used.
YAML