How-to automatically restart docker container if it down?
Problem You have an unstable Docker container and need restart it automatically when it down. Solution Docker has useful parameter --restart with three options: no - do not restart container, default behavior always - restart… ยป