Jake Howard
Jake Howard
How long is the container running? Is it definitely running at midnight when the backup is due to run?
I've pushed an image update which adds a little more logging to hopefully help understand what's going on. Pull it and see what it says next time.
If it can't access it, there should be an error. It found 16 containers, but apparently didn't believe it could back any of them up. Does 16 total containers sound...
I'm surprised an image can exist but not be tagged with anything. Is that something Swarm does? I'd gladly welcome a PR adding support for reading the container's config on...
It sounds like the main issue you mention is that the `Task` class itself doesn't have a docstring. I don't see that it necessarily needs one - I've mostly added...
Would you be able to add some of these example to the test suite - it would really help with not only making sure it works correctly, but also that...
Unit tests mostly. If the test case would take a long time without the patch, but is nearly instant with, that's ideal. My original case from the ticket might be...