docker-qq
docker-qq copied to clipboard
docker restart policy very slow
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?