安装应用软件命令失败报错,基本所有的应用都报错!求肋!!!!
docker run
-d
--name='AList'
--net='bridge'
--pids-limit 2048
-e TZ="Asia/Shanghai"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Tower"
-e HOST_CONTAINERNAME="AList"
-e 'PUID'='0'
-e 'PGID'='0'
-e 'UMASK'='022'
-e 'CA_TS_FALLBACK_DIR'='/opt/alist/data'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:5244]'
-l net.unraid.docker.icon='https://alist.nn.ci/logo.svg'
-p '5244:5244/tcp'
-v '/mnt/user/':'/mnt/data':'rw'
-v '/mnt/user/appdata/alist':'/opt/alist/data':'rw' 'xhofe/alist:latest'
Unable to find image 'xhofe/alist:latest' locally
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": proxyconnect tcp: dial tcp: lookup http on 114.114.114.114:53: no such host.
See 'docker run --help'.
命令失败.