mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-09 04:31:25 +00:00
Now the tests are ran against the actual docker engine instead of against mockerode. The new tests actually caught a bug in `volumeManager.removeOrphanedVolumes`, where that function would try to remove volumes for stopped containers, causing an exception. This commit also fixes that bug.