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