Command

object Command
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Command.type

Type members

Classlikes

final case class CreateContainer(env: Env, exposedPorts: Exposed, hostConfig: HostConfig, image: Image, containerName: Option[ContainerName]) extends Command
final case class CreateImage(image: Image) extends Command
final case class InspectContainer(containerId: ContainerId) extends Command
final case class RemoveContainer(containerId: ContainerId, force: Type, volumes: Type) extends Command
Companion:
object
Companion:
class
final case class StartContainer(containerId: ContainerId) extends Command
final case class StopContainer(containerId: ContainerId) extends Command
Companion:
object
Companion:
class

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror