CreateContainer

final case class CreateContainer(env: Env, exposedPorts: Exposed, hostConfig: HostConfig, image: Image, containerName: Option[ContainerName]) extends Command
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any

Type members

Value members

Concrete methods

override def makeResponse(statusCode: Int, body: String): DockerIO[Any, Response]
Definition Classes

Inherited methods

Inherited from:
Product