Packages

package docker

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. docker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ContainerActor extends Actor with ActorLogging
  2. class ContainerManager extends Actor with ActorLogging with Docker
  3. 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.

  4. trait Docker extends AnyRef
  5. trait DockerClientProvider extends AnyRef
  6. class DockerContainer extends AnyRef
  7. class DockerContainerHandler extends Actor with ActorLogging
  8. class DockerContainerMapper extends Actor with ActorLogging
  9. class WatchExecActor extends Actor with ActorLogging

Value Members

  1. implicit def tuple3NamedPort(p: (String, Int, Int)): NamedContainerPort
  2. object ContainerActor
  3. object DependentContainerActor
  4. object DockerClientFactory
  5. object WatchExec extends Product with Serializable
  6. object WatchExecActor

Inherited from AnyRef

Inherited from Any

Ungrouped