package docker
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class ContainerId(s: String) extends Product with Serializable
- class DockerConfig extends AnyRef
- class DockerCreateNode extends CreateNode
- class DockerCreateNodeFactory extends CreateNodeFactory
- class DockerSettings extends AnyRef
- class DockerShutdown extends ShutdownNode
- case class NodeName(s: String) extends Product with Serializable
Value Members
- object DockerElasticSupport
Elastic support for simple docker context based remote deployments
Elastic support for simple docker context based remote deployments
Remote containers are spawned from a list of preconfigured docker contexts. The application must run on a host which can execute docker --context .. run .. The network of the containers are set to --network=host so that the docker networking is skipped. This is needed because the application is not part of docker networking.
The feature where workers shutting down themselves due to lost connection to the node registry is not working.
- object DockerGetNodeName extends GetNodeName
- object DockerSettings