package docker
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- docker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class ContainerActor extends Actor with ActorLogging
- class ContainerManager extends Actor with ActorLogging with Docker
-
class
DependentContainerActor extends Actor with ActorLogging
This is a helper Actor that works on behalf of the #ContainerManager to delay the start of a container until all linked containers have been started.
This is a helper Actor that works on behalf of the #ContainerManager to delay the start of a container until all linked containers have been started.
One instance of this actor is created for every defined container that has at least one container link defined. The ContainerManager propagates the ContainerStarted events. These events will be used to clear the list of containers that we are waiting for. Once the list is Empty we will send an DependenciesStarted message to the ContainerManager, so the he can start the container afterwards.
- trait Docker extends AnyRef
- trait DockerClientProvider extends AnyRef
- class DockerContainer extends AnyRef
- class DockerContainerHandler extends Actor with ActorLogging
- class DockerContainerMapper extends Actor with ActorLogging
- class WatchExecActor extends Actor with ActorLogging
Value Members
- implicit def tuple3NamedPort(p: (String, Int, Int)): NamedContainerPort
- object ContainerActor
- object DependentContainerActor
- object DockerClientFactory
- object WatchExec extends Product with Serializable
- object WatchExecActor