• Danielle Tomlinson's avatar
    docker: Avoid leaking containers during Reattach · df57099e
    Danielle Tomlinson authored
    Currently if a docker_logger cannot be reattached to, we will leak the
    container that was being used. This is problematic if e.g using static
    ports as it means you can never recover your task, or if a service is
    expensive to run and will then be running without supervision.
    df57099e