-
After upgrading to 6.12, the docker application in the DOCKER window is not fully displayed
Yeah it works. thanks a lot!
-
After upgrading to 6.12, the docker application in the DOCKER window is not fully displayed
Actually I think this might be relate to language translation. I switch to English and everything seems fine.
-
After upgrading to 6.12, the docker application in the DOCKER window is not fully displayed
Yes I have this problem too. Not sure if diagnostics file can help. tower-diagnostics-20230701-2316.zip
-
how can i change my docker Source Mirror
that was really helpful, thanks very much! here is the working script (tested on unRaid 6.8.2): #!/bin/bash #name=docker.registry_mirrors # prepare folder mkdir -p /etc/docker # update mirror tee /etc/docker/daemon.json << EOF { "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"] } EOF # restart docker service if necessary is_docker_running=$(/etc/rc.d/rc.docker status | awk 'NR == 1 {print} ' | grep running) echo $is_docker_running if [ ! -z "$is_docker_running" ]; then /etc/rc.d/rc.docker restart fi
-
how can i change my docker Source Mirror
got this question too. modify go file is not working.
qgymib
Members
-
Joined
-
Last visited