3
0
mirror of https://kolaente.dev/konrad/docker-db-backup.git synced 2026-01-10 03:00:08 +01:00

Add todos

This commit is contained in:
kolaente
2021-08-18 21:50:15 +02:00
parent e85384d0da
commit fef951f0b4
2 changed files with 29 additions and 0 deletions

View File

@@ -40,4 +40,7 @@ func storeContainers(c *client.Client, containers []types.Container) {
store[container.ID] = dumper
}
// TODO: remove old containers
}