We are running Century Link's Watchtower container. This allows us to have a watch a docker registry and download new images when they are created. When watchtower finds a new image it runs docker rmi
which deletes the old container. With that the old logs go with it.
Is there a way without using a logging service to retain the logs when docker does it's clean up?