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
{{ message }}
This repository was archived by the owner on Jan 18, 2026. It is now read-only.
I can use docker start and docker restart to start the program in seconds.
But then I tried this:
docker update --restart always qq
and rebooted.
Then docker ps command immediately confirmed that the container is started but it took minutes for the UI to appear.
What could be the problem?
I can use docker start and docker restart to start the program in seconds.
But then I tried this:
docker update --restart always qq
and rebooted.
Then docker ps command immediately confirmed that the container is started but it took minutes for the UI to appear.
What could be the problem?