snowshu.core.replica package¶
Submodules¶
snowshu.core.replica.replica_factory module¶
snowshu.core.replica.replica_manager module¶
-
class
snowshu.core.replica.replica_manager.ReplicaManager¶ Bases:
objectmanages the local replica ecosystem.
-
static
launch_docker_command(replica: str) → str¶ Finds the replica and returns a docker run command to launch it. :param replica: the common name of the replica, ie “integration-test” for image “snowshu_replica_integration-test”.
- Returns
The docker command to run a detached replica mounted to port 9999.
-
static
list()¶
-
static