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
Question: Is unless-stopped the best restart policy for IMAGE containers? Seems like a reboot should reset any manually stopped containers, and make sure everything is running? I did a system update that updated docker before the reboot. Maybe that stopped some containers?
I just marked memcached as restart: unless-stoppedsince it was not running on reboot of unicorn, and should be in alignment with other containers... @jaydeepsingh25 please ping if there was a reason this was not already marked with a restart policy (default is 'no').
Leaving open since there were also problems with semseg, and maybe other issues that will be found with more testing.
tldr: Containers not working/running after pegasus reboot until manual
docker compose up -d
Rebooted pegasus
sent request for photo
Expect: full results
Actual (logs below):
go to
/var/docker/image
docker compose up -d
Note: bunch of containers restart/start
Note: when done, requests work fine
Expect: A reboot of pegasus should automatically result in a working system unless there is a serious problem
The text was updated successfully, but these errors were encountered: