vantage6.common.docker.addons.remove_container#

remove_container(container, kill=False)#

Removes a docker container

Parameters:
  • container (Container) – The container that should be removed

  • kill (bool) – Whether or not container should be killed before it is removed

Return type:

None