user property
The user name to use inside the container. This parameter maps to
User in the Create a
container section of the Docker Remote API and
the --user option to docker run.
Implementation
final String? user;
The user name to use inside the container. This parameter maps to
User in the Create a
container section of the Docker Remote API and
the --user option to docker run.
final String? user;