Files
nomad/drivers/docker
Mahmood Ali 72c08e0591 docker: Fix docker image gc tracking
This fixes a bug where docker images may not be GCed.  The cause of the
bug is that we track the task using `task.ID+task.Name` on task start
but remove on plain `task.ID`.

This haromize the two paths by using `task.ID`, as it's unique enough
and it's also used in the `loadImage` path (path when loading an image
from a local tarball instead of dockerhub).
2020-05-13 12:33:17 -04:00
..
2019-01-11 11:36:37 -08:00
2020-03-03 08:39:54 -05:00
2019-02-22 14:19:58 +01:00
2020-05-12 11:03:08 -04:00
2020-03-28 17:29:04 +01:00
2020-05-12 11:39:09 -04:00
2019-01-17 18:43:14 +01:00
2020-05-13 12:33:17 -04:00
2020-03-28 17:29:06 +01:00