You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There can be several ways of doing this. The config master could run a periodic health check and restart containers that are dead or we somehow modify init.scripts such that they work as entrypoints inside the containers. We need to run init.sh after each container reboot somehow
Add feature to auto start containers on system reboot:
on run script add: --restart unless-stopped
Reference: https://docs.docker.com/config/containers/start-containers-automatically/#use-a-restart-policy
The text was updated successfully, but these errors were encountered: