systemControls property
A list of namespaced kernel parameters to set in the container. This
parameter maps to Sysctls in the Create
a container section of the Docker Remote API and
the --sysctl option to docker
run.
Implementation
final List<SystemControl>? systemControls;