object DockerOp extends Serializable
- Source
- DockerOp.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DockerOp
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type DockerF[A] = Free[DockerOp, A]
- final case class Extract(unit: UnitDef) extends DockerOp[Image] with Product with Serializable
- final case class Pull(image: Image) extends DockerOp[(Int, List[Output])] with Product with Serializable
- final case class Push(image: Image) extends DockerOp[(Int, List[Output])] with Product with Serializable
- final case class Tag(image: Image, registry: RegistryURI) extends DockerOp[(Int, Image)] with Product with Serializable