ecs/host_group sets up automatic security updates using yum-cron, which might require a restart of the docker daemon. To ensure this doesn't cause downtime it was enabling docker live-restore, however, we found that this doesn't always work and containers die while ECS thinks they are alive.
This PR disables live-restore by default and allows passing a custom docker config if needed.
ecs/host_group
sets up automatic security updates usingyum-cron
, which might require a restart of the docker daemon. To ensure this doesn't cause downtime it was enabling docker live-restore, however, we found that this doesn't always work and containers die while ECS thinks they are alive.This PR disables
live-restore
by default and allows passing a custom docker config if needed.