class Docker extends ~>[DockerOp, IO]
The fugiest docker client around. Extreamly crude. Barely works.
- Source
- Docker.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Docker
- FunctionK
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Docker(cfg: DockerConfig, scheduler: ScheduledExecutorService, ec: ExecutionContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
and[H[_]](h: FunctionK[DockerOp, H]): FunctionK[DockerOp, [γ$4$]Tuple2K[IO, H, γ$4$]]
- Definition Classes
- FunctionK
-
def
andThen[H[_]](f: FunctionK[IO, H]): FunctionK[DockerOp, H]
- Definition Classes
- FunctionK
-
def
apply[A](op: DockerOp[A]): IO[A]
- Definition Classes
- Docker → FunctionK
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compose[E[_]](f: FunctionK[E, DockerOp]): FunctionK[E, IO]
- Definition Classes
- FunctionK
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exec(command: String): IO[(Int, List[String])]
- Attributes
- protected
- def extract(unit: UnitDef): IO[Image]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
or[H[_]](h: FunctionK[H, IO]): FunctionK[[γ$1$]EitherK[DockerOp, H, γ$1$], IO]
- Definition Classes
- FunctionK
- def pull(image: Image): IO[(Int, List[Output])]
- def pullCommand(image: Image): String
- def push(image: Image): IO[(Int, List[Output])]
- def pushCommand[A](image: Image): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tag(src: Image, tagged: Image): IO[(Int, Image)]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )