class DockerClient extends ComponentBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DockerClient
- ComponentBase
- AkkaHelper
- Component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DockerClient()(implicit akkaRuntime: AkkaRuntime)
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
-
implicit
def
actorSystem: ActorSystem
- Attributes
- protected
- Definition Classes
- AkkaHelper
-
def
addShutdownHook(f: ⇒ Future[_]): Unit
- Attributes
- protected
- Definition Classes
- ComponentBase
-
implicit
val
akkaRuntime: AkkaRuntime
- Attributes
- protected
- Definition Classes
- ComponentBase → Component
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clock: Clock
- Attributes
- protected
- Definition Classes
- AkkaHelper
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
config: Config
- Attributes
- protected
- Definition Classes
- AkkaHelper
- val containerLogs: (String, Boolean, Boolean) ⇒ Future[String]
- val containerWait: (String) ⇒ Future[ContainerWaitResponse]
- val createContainer: (String, CreateContainerRequest) ⇒ Future[CreateContainerResponse]
- val createNetwork: (CreateNetworkRequest) ⇒ Future[CreateNetworkResponse]
- val createVolume: (CreateVolumeRequest) ⇒ Future[CreateVolumeResponse]
-
lazy val
dockerHost: String
(Guess) the Address of the docker host.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
def
executionContext: ExecutionContext
- Attributes
- protected
- Definition Classes
- AkkaHelper
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inspectContainer: (String) ⇒ Future[InspectContainerResponse]
- val inspectImage: (String) ⇒ Future[InspectImageResult]
- val inspectNetwork: (String) ⇒ Future[InspectNetworkResult]
- val inspectVolume: (String) ⇒ Future[InspectVolumeResponse]
- val intermediateTempFile: Path
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val killContainer: (String) ⇒ Future[Unit]
- val listContainers: (Boolean) ⇒ Future[Vector[ListContainerResponseRow]]
- val listContainersFiltered: (Boolean, ListContainerRequestFilter) ⇒ Future[Vector[ListContainerResponseRow]]
- val listNetworks: (Unit) ⇒ Future[Vector[ListNetworkResponseRow]]
- val listNetworksFiltered: (ListNetworkRequestFilter) ⇒ Future[Vector[ListNetworkResponseRow]]
- val listVolumes: (Unit) ⇒ Future[ListVolumeResponse]
-
final
val
logger: Logger
- Attributes
- protected
- Definition Classes
- ComponentBase
-
implicit
def
materializer: Materializer
- Attributes
- protected
- Definition Classes
- AkkaHelper
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pullImage: (String) ⇒ Future[(String, Source[ByteString, _])]
- val removeContainer: (String, Boolean) ⇒ Future[Unit]
- val removeImage: (String) ⇒ Future[Vector[RemoveImageRow]]
- val removeNetwork: (String) ⇒ Future[Unit]
- val removeVolume: (String) ⇒ Future[Unit]
- val startContainer: (String) ⇒ Future[Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val version: (Unit) ⇒ Future[VersionResponse]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )