Docker

object Docker extends ReadyCheckOps
class Object
trait Matchable
class Any
Docker.type

Type members

Classlikes

object cmd

Inherited classlikes

object protocol
Inherited from:
ModelOps
object status
Inherited from:
ModelOps

Value members

Concrete methods

Inherited methods

Inherited from:
ModelOps
Inherited from:
ContainerOps
Inherited from:
FailureOps
Inherited from:
FailureOps
Inherited from:
FailureOps
Inherited from:
ContainerOps
Inherited from:
FailureOps
Inherited from:
FailureOps
Inherited from:
FailureOps
Inherited from:
FailureOps
Inherited from:
ModelOps
Inherited from:
ModelOps
def makeEnv(kvs: (String, String)*): Env
Inherited from:
ModelOps
Inherited from:
ModelOps
Inherited from:
ModelOps
Inherited from:
ModelOps
def makeImageZIO(imageTag: String): DockerIO[Any, Image]
Inherited from:
ModelOps
def makeReadyCheckPromise[R, T : Tag](containerId: ContainerId, check: Container => ZIO[R, Throwable, Boolean]): DockerIO[ContainerSettings[T] & ReadyCheck & R, Promise[Nothing, Boolean]]
Inherited from:
ReadyCheckOps
Inherited from:
ReadyCheckOps
Inherited from:
ModelOps
Inherited from:
ModelOps
Inherited from:
ModelOps
Inherited from:
ModelOps
Inherited from:
FailureOps
def readyWhenStatusPromise[T : Tag](containerId: ContainerId, statuses: Status*): DockerIO[ContainerSettings[T] & ReadyCheck, Promise[Nothing, Boolean]]
Inherited from:
ReadyCheckOps
def removeContainer(containerId: ContainerId, force: Type, removeVolumes: Type): DockerIO[Interpreter, ContainerId]
Inherited from:
ContainerOps
Inherited from:
ContainerOps
Inherited from:
ContainerOps