Packages

class DockerClient extends ComponentBase

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DockerClient
  2. ComponentBase
  3. AkkaHelper
  4. Component
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DockerClient()(implicit akkaRuntime: AkkaRuntime)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def actorSystem: ActorSystem
    Attributes
    protected
    Definition Classes
    AkkaHelper
  5. def addShutdownHook(f: ⇒ Future[_]): Unit
    Attributes
    protected
    Definition Classes
    ComponentBase
  6. implicit val akkaRuntime: AkkaRuntime
    Attributes
    protected
    Definition Classes
    ComponentBase → Component
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clock: Clock
    Attributes
    protected
    Definition Classes
    AkkaHelper
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def config: Config
    Attributes
    protected
    Definition Classes
    AkkaHelper
  11. val containerLogs: (String, Boolean, Boolean) ⇒ Future[String]
  12. val containerWait: (String) ⇒ Future[ContainerWaitResponse]
  13. val createContainer: (String, CreateContainerRequest) ⇒ Future[CreateContainerResponse]
  14. val createNetwork: (CreateNetworkRequest) ⇒ Future[CreateNetworkResponse]
  15. val createVolume: (CreateVolumeRequest) ⇒ Future[CreateVolumeResponse]
  16. lazy val dockerHost: String

    (Guess) the Address of the docker host.

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. implicit def executionContext: ExecutionContext
    Attributes
    protected
    Definition Classes
    AkkaHelper
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val inspectContainer: (String) ⇒ Future[InspectContainerResponse]
  23. val inspectImage: (String) ⇒ Future[InspectImageResult]
  24. val inspectNetwork: (String) ⇒ Future[InspectNetworkResult]
  25. val inspectVolume: (String) ⇒ Future[InspectVolumeResponse]
  26. val intermediateTempFile: Path
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val killContainer: (String) ⇒ Future[Unit]
  29. val listContainers: (Boolean) ⇒ Future[Vector[ListContainerResponseRow]]
  30. val listContainersFiltered: (Boolean, ListContainerRequestFilter) ⇒ Future[Vector[ListContainerResponseRow]]
  31. val listNetworks: (Unit) ⇒ Future[Vector[ListNetworkResponseRow]]
  32. val listNetworksFiltered: (ListNetworkRequestFilter) ⇒ Future[Vector[ListNetworkResponseRow]]
  33. val listVolumes: (Unit) ⇒ Future[ListVolumeResponse]
  34. final val logger: Logger
    Attributes
    protected
    Definition Classes
    ComponentBase
  35. implicit def materializer: Materializer
    Attributes
    protected
    Definition Classes
    AkkaHelper
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. val pullImage: (String) ⇒ Future[(String, Source[ByteString, _])]
  40. val removeContainer: (String, Boolean) ⇒ Future[Unit]
  41. val removeImage: (String) ⇒ Future[Vector[RemoveImageRow]]
  42. val removeNetwork: (String) ⇒ Future[Unit]
  43. val removeVolume: (String) ⇒ Future[Unit]
  44. val startContainer: (String) ⇒ Future[Unit]
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. val version: (Unit) ⇒ Future[VersionResponse]
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ComponentBase

Inherited from AkkaHelper

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped