top-bettercode / docker-qq

提供一种在linux下运行QQ的方式
https://hub.docker.com/r/bestwu/qq/
Apache License 2.0
403 stars 52 forks source link

docker restart policy very slow #36

Open WesYu opened 3 years ago

WesYu commented 3 years ago

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?