diff --git a/doc/stacker_yaml.md b/doc/stacker_yaml.md index 50eba38c..ab0b42b1 100644 --- a/doc/stacker_yaml.md +++ b/doc/stacker_yaml.md @@ -176,7 +176,7 @@ to be available under container's /usr/local/ and all the files/dirs from the ho /path/to/directory2 to be available under container's / -### `environment`, `labels`, `working_dir`, `volumes`, `cmd`, `entrypoint`, `user` +### `environment`, `labels`, `working_dir`, `volumes`, `cmd`, `entrypoint` These all correspond exactly to the similarly named bits in the [OCI image config @@ -184,6 +184,10 @@ spec](https://github.com/opencontainers/image-spec/blob/master/config.md#propert and are available for users to pass things through to the runtime environment of the image. +### `runtime_user` + +This sets the `user` field in the container config, as defined in the [OCI Image config spec](https://github.com/opencontainers/image-spec/blob/master/config.md#properties). + ### `generate_labels` The `generate_labels` entry is similar to `run` in that it contains a list of