datalad_container.containers_remove

Remove a container environment from a dataset

class datalad_container.containers_remove.ContainersRemove[source]

Bases: Interface

Remove a known container from a dataset

This command is only removing a container from the committed Dataset configuration (configuration scope branch). It will not modify any other configuration scopes.

This command is not dropping the container image associated with the removed record, because it may still be needed for other dataset versions. In order to drop the container image, use the 'drop' command prior to removing the container configuration.