vantage6.common.docker.addons.stop_container#
- stop_container(container, force=False)#
Stop a docker container
- Parameters:
container (Container) – The container that should be stopped
force (bool) – Whether to kill the container or if not, try to stop it gently