Difference in docker restart policy between on-failure and unless-stopped?
I have read the docker documentation about restart policy of containers. However, I failed to understand the difference between on-failure and unless-stopped . When will I use one over the other? In which situations will a certain policy lead to starting a container and the other policy not?