Docker
io.github.scottweaver.zillen.Docker$
Attributes
- Graph
- Supertypes
- Self type
- Docker.type
Members list
Concise view
Type members
Inherited classlikes
object protocol
Attributes
- Inherited from:
- ModelOps (hidden)
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
object status
Attributes
- Inherited from:
- ModelOps (hidden)
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Value members
Concrete methods
def layer(dockerSettingsBuilder: DockerSettings => DockerSettings): ZLayer[Scope, Throwable, DockerSettings & InterpreterLive & Network & ReadyCheckLive]
Inherited methods
Attributes
- Inherited from:
- ModelOps (hidden)
Attributes
- Inherited from:
- ContainerOps (hidden)
Attributes
- Inherited from:
- ContainerOps (hidden)
def doneWhenDeadOrExitedPromise[T : Tag](containerId: ContainerId): DockerIO[ContainerSettings[T] & ReadyCheck, Promise[Nothing, Boolean]]
Attributes
- Inherited from:
- ReadyCheckOps
def failInvalidConfig(msg: String, cause: Option[Throwable]): IO[InvalidDockerConfiguration, Nothing]
Attributes
- Inherited from:
- FailureOps (hidden)
def failInvalidRuntimeState(msg: String, cause: Option[Throwable]): IO[InvalidDockerRuntimeState, Nothing]
Attributes
- Inherited from:
- FailureOps (hidden)
def failReadyCheckFailed(msg: String, cause: Option[Throwable]): IO[ContainerReadyCheckFailure, Nothing]
Attributes
- Inherited from:
- FailureOps (hidden)
Attributes
- Inherited from:
- ContainerOps (hidden)
Attributes
- Inherited from:
- FailureOps (hidden)
Attributes
- Inherited from:
- FailureOps (hidden)
Attributes
- Inherited from:
- FailureOps (hidden)
Attributes
- Inherited from:
- FailureOps (hidden)
Attributes
- Inherited from:
- ModelOps (hidden)
Attributes
- Inherited from:
- ModelOps (hidden)
Attributes
- Inherited from:
- ModelOps (hidden)
Attributes
- Inherited from:
- ModelOps (hidden)
Attributes
- Inherited from:
- ModelOps (hidden)
Attributes
- Inherited from:
- ModelOps (hidden)
def makeReadyCheckPromise[R, T : Tag](containerId: ContainerId, check: Container => ZIO[R, Throwable, Boolean]): DockerIO[ContainerSettings[T] & ReadyCheck & R, Promise[Nothing, Boolean]]
Attributes
- Inherited from:
- ReadyCheckOps
def makeRunningCheckPromise[T : Tag](containerId: ContainerId, check: Container => ZIO[Any, Throwable, Boolean]): DockerIO[ContainerSettings[T] & ReadyCheck, Promise[Nothing, Boolean]]
Attributes
- Inherited from:
- ReadyCheckOps
Attributes
- Inherited from:
- ModelOps (hidden)
def makeScopedContainer[T : Tag](create: CreateContainer): ZIO[ContainerSettings[T] & Interpreter & ReadyCheck & Scope, DockerContainerFailure, (CreateContainerResponse, Promise[Nothing, Boolean])]
Attributes
- Inherited from:
- ContainerOps (hidden)
Attributes
- Inherited from:
- ModelOps (hidden)
Attributes
- Inherited from:
- ModelOps (hidden)
Attributes
- Inherited from:
- ModelOps (hidden)
Attributes
- Inherited from:
- FailureOps (hidden)
def readyWhenRunningPromise[T : Tag](containerId: ContainerId): DockerIO[ContainerSettings[T] & ReadyCheck, Promise[Nothing, Boolean]]
Attributes
- Inherited from:
- ReadyCheckOps
def readyWhenStatusPromise[T : Tag](containerId: ContainerId, statuses: Status*): DockerIO[ContainerSettings[T] & ReadyCheck, Promise[Nothing, Boolean]]
Attributes
- Inherited from:
- ReadyCheckOps
def removeContainer(containerId: ContainerId, force: Type, removeVolumes: Type): DockerIO[Interpreter, ContainerId]
Attributes
- Inherited from:
- ContainerOps (hidden)
Attributes
- Inherited from:
- ContainerOps (hidden)
Attributes
- Inherited from:
- ContainerOps (hidden)