* feat(engine): Add debug logs for Docker.Destroy errors
This doesn't change the current behaviour of ignoring the errors, but
adds some debug logging to help identify issues with the underlying
Docker engine when stopping and cleeaning up containers, volumes and
networks.
Signed-off-by: Javier Palomo <javier.palomo@grafana.com>
* feat(engine): check for ErrNotFound and Conflict
Co-authored-by: Marko Gaćeša <markogacesa@hotmail.com>
Co-authored-by: Marko Gaćeša <markogacesa@hotmail.com>