container_manager

Exceptions

MultipleResultsFound Raised when we are asking for a specific container, but more than one result is found.
OperationInProgress Exception raised when the operation for the requested image or container is already in progress.


class remoteappmanager.docker.container_manager.MultipleResultsFound[source]

Bases: Exception

Raised when we are asking for a specific container, but more than one result is found.

class remoteappmanager.docker.container_manager.OperationInProgress[source]

Bases: Exception

Exception raised when the operation for the requested image or container is already in progress.