You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -201,6 +207,9 @@ The following arguments are supported:
201
207
202
208
A container with a 2.0 vcpusLimit could consume up to 100% of the CPU resources available on the container instance. Values can be fractional. A value of "1.5" means that the container can consume at most the equivalent of 1 and a half logical CPUs worth of CPU capacity.
203
209
* `security_context` - (Optional) Security context for container.
210
+
* `capabilities` - (Optional) Linux Container capabilities to configure capabilities of container.
211
+
* `add_capabilities` - (Optional) A list of additional configurable container capabilities.
212
+
* `drop_capabilities` - (Optional) A list of container capabilities that can be dropped.
204
213
* `is_non_root_user_check_enabled` - (Optional) Indicates if the container must run as a non-root user. If true, the service validates the container image at runtime to ensure that it is not going to run with UID 0 (root) and fails the container instance creation if the validation fails.
205
214
* `is_root_file_system_readonly` - (Optional) Determines if the container will have a read-only root file system. Default value is false.
206
215
* `run_as_group` - (Optional) The group ID (GID) to run the entrypoint process of the container. Uses runtime default if not provided.
0 commit comments