|
hceke 发表于 2023-5-27 18:15
换给镜像,docker run -d --name wxedge --dns=223.5.5.5 -e PLACE=CTKS --privileged --network=host --tm ...
请教一下,按你的方法我这边一直报:500内部服务器错误,能告诉我应该是那里出现问题了吗?谢谢
root@OpenWrt:~# docker run -d --name wxedge --dns=223.5.5.5 -e PLACE=CTKS --privileged --network=host --tmpfs /run --tmpfs /tmp -v /opt/wxedge1:/storage:r
w --restart=always dockerproxy.com/onething1/wxedge
Unable to find image 'dockerproxy.com/onething1/wxedge:latest' locally
latest: Pulling from onething1/wxedge
docker: received unexpected HTTP status: 500 Internal Server Error.
See 'docker run --help'.
root@OpenWrt:~# |
|