Interface ProcessConfig
-
@Immutable public interface ProcessConfigAn object that represents the JSON returned by the Docker API for an exec command's process configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>arguments()Stringentrypoint()Booleanprivileged()Booleantty()Stringuser()
-