以下这两条命令都试了一下,但都不能正常使用
部署成功,但界面转圈进不去不显示
docker run -d --name docker.ui --restart always -v /var/run/docker.sock:/var/run/docker.sock -p 8999:8999 joinsunsoft/docker.ui
docker run -dit --restart always --name=docker-ui -v /var/run/docker.sock:/var/run/docker.sock -p 8999:8999 jonnyan404/docker-ui
