tasks.elastic.docker
package tasks.elastic.docker
Members list
Type members
Experimental classlikes
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
class DockerCreateNode(masterAddress: SimpleSocketAddress, codeAddress: CodeAddress, nodeNamesToContainerIds: Ref[IO, Map[NodeName, ContainerId]], config: DockerConfig) extends CreateNode
Attributes
- Experimental
- true
- Supertypes
class DockerCreateNodeFactory(nodeNamesToContainerIds: Ref[IO, Map[NodeName, ContainerId]], config: DockerConfig) extends CreateNodeFactory
Attributes
- Experimental
- true
- Supertypes
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.
Attributes
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DockerElasticSupport.type
object DockerGetNodeName extends GetNodeName
Attributes
- Experimental
- true
- Supertypes
- Self type
-
DockerGetNodeName.type
object DockerSettings
Attributes
- Companion
- class
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DockerSettings.type
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
class DockerShutdown(nodeNamesToContainerIds: Ref[IO, Map[NodeName, ContainerId]]) extends ShutdownNode
Attributes
- Experimental
- true
- Supertypes
Attributes
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article