initProcessEnabled property
Run an init
process inside the container that forwards signals
and reaps processes. This parameter maps to the --init
option
to docker
run. This parameter requires version 1.25 of the Docker Remote API or
greater on your container instance. To check the Docker Remote API version
on your container instance, log in to your container instance and run the
following command: sudo docker version --format
'{{.Server.APIVersion}}'
Implementation
final bool? initProcessEnabled;