- Direct Known Subclasses:
AutoValue_ProcessConfig
public abstract class ProcessConfig
extends Object
An object that represents the JSON returned by the Docker API for an exec command's process
configuration.
-
Constructor Summary
Constructors
-
Method Summary
abstract com.google.common.collect.ImmutableList<String>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ProcessConfig
public ProcessConfig()
-
Method Details
-
privileged
public abstract Boolean privileged()
-
-
-
entrypoint
public abstract String entrypoint()
-
arguments
public abstract com.google.common.collect.ImmutableList<String> arguments()
-