When CoreOS is deployed using docker-machine-driver-cloudca, after an automatic upgrade of CoreOS, docker daemon is not restarted by default, default behavior of CoreOS.
Maybe we should push the command via cloud-init
echo "docker ps" >> /etc/rc.local
as describe in rancher/rancher#5069