Description
The current container api and container implementation contains driver specific classes which are not meant to belong to the container. Portals embedding Pluto are not meant to use/implement these classes, they usually implement their own mechanisms for this stuff.
Therefore the driver related stuff should be moved out of container, container-api.
First step will be to create a new module pluto-container-driver-api containing the api part for the driver