I have multiple containers, every time I do a docker run I need to append --restart unless-stopped. (Default is on-failure )
I need to override this default value so that need to worry about the restart_policy.
how about handling it with docker_compose? There you can specify such an option.