trait DockerController extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DockerController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def awaitCondition(duration: Duration)(predicate: (Option[Frame]) => Boolean): Unit
- abstract def cmdConfigures: Option[CmdConfigures]
- abstract def configureCmds(cmdConfigures: CmdConfigures): DockerController
- abstract def containerId: Option[String]
- abstract def createContainer(f: (CreateContainerCmd) => CreateContainerCmd = identity): CreateContainerResponse
- abstract def createNetwork(name: String, f: (CreateNetworkCmd) => CreateNetworkCmd = identity): CreateNetworkResponse
- abstract def dockerClient: DockerClient
- abstract def existsImage(p: (Image) => Boolean): Boolean
- abstract def imageName: String
- abstract def inspectContainer(f: (InspectContainerCmd) => InspectContainerCmd = identity): InspectContainerResponse
- abstract def listImages(f: (ListImagesCmd) => ListImagesCmd = identity): Vector[Image]
- abstract def pullImage(f: (PullImageCmd) => PullImageCmd = identity): Unit
- abstract def pullImageIfNotExists(f: (PullImageCmd) => PullImageCmd = identity): Unit
- abstract def removeContainer(f: (RemoveContainerCmd) => RemoveContainerCmd = identity): Unit
- abstract def removeNetwork(id: String, f: (RemoveNetworkCmd) => RemoveNetworkCmd = identity): Unit
- abstract def startContainer(f: (StartContainerCmd) => StartContainerCmd = identity): Unit
- abstract def stopContainer(f: (StopContainerCmd) => StopContainerCmd = identity): Unit
- abstract def tag: Option[String]
Concrete 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def configureCreateContainerCmd(f: (CreateContainerCmd) => CreateContainerCmd = identity): DockerController
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()