ContainerConnector
The ContainerConnector
is an abstract connector that serves as a base class to implement software container connectors (e.g., Docker, Docker Compose, and Singularity). It extends the abstract ConnectorWrapper interface, allowing users to spawn software containers on top of local or remote execution environments using the stacked locations mechanism. Plus, it prevents BatchConnector instances to be wrapped as inner connectors.