ContainerConfig

container.DockerMetadata$.ContainerConfig
case class ContainerConfig(User: Option[String], Memory: Option[Int], MemorySwap: Option[Int], CpuShares: Option[Int], ExposedPorts: Option[Map[String, EmptyObject]], Env: Option[List[String]], Entrypoint: Option[List[String]], Cmd: Option[List[String]], Healthcheck: Option[HealthCheck], Volumes: Option[Volumes], WorkingDir: Option[String], Domainname: Option[String], AttachStdout: Option[Boolean], Hostname: Option[String], StdinOnce: Option[Boolean], Labels: Option[Map[String, String]], AttachStderr: Option[Boolean], OnBuild: Option[List[String]], Tty: Option[Boolean], OpenStdin: Option[Boolean], Image: Option[String], AttachStdin: Option[Boolean], ArgsEscaped: Option[Boolean])

Container RunConfig Field Descriptions "The execution parameters which should be used as a base when running a container using the image."

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product