The docker_instance.py module#
Summary#
Instantiates a Geometry service as a local Docker container. |
Provides an enum holding the available Geometry services. |
Provide back the |
Description#
Module for connecting to a local Geometry Service Docker container.
Module detail#
- docker_instance.get_geometry_container_type(instance: LocalDockerInstance) GeometryContainers | None#
Provide back the
GeometryContainersvalue.- Parameters:
- instance
LocalDockerInstance The LocalDockerInstance object.
- instance
- Returns:
GeometryContainersorNoneThe GeometryContainer value corresponding to the previous image or None if not match.
Notes
This method returns the first hit on the available tags.