拉取网心云镜像
docker pull onething1/wxedge
运行网心云容器
/www/wwwroot/wxy为Ubuntu下的一个文件目录,把它映射到网心云的storage目录
docker run -itd --name=wxy --restart=always --privileged --net=host --tmpfs /run --tmpfs /tmp -v /www/wwwroot/wxy:/storage:rw onething1/wxedge
ubuntu宿主机开放18888端口,也映射到网心云容器的18888端口
ufw allow 18888
本地测试是佛启动成功
curl http://localhost:18888
DMZ
开放1024-65535端口即可
国内加速站点
阿里云(杭州) https://registry.cn-hangzhou.aliyuncs.com/
阿里云(深圳) https://registry.cn-shenzhen.aliyuncs.com/
阿里云(广州) https://registry.cn-guangzhou.aliyuncs.com/
阿里云(成都) https://registry.cn-chengdu.aliyuncs.com/
腾讯云 https://mirror.ccs.tencentyun.com/
微软云 https://dockerhub.azk8s.com
网易 https://hub-mirror.c.163.com/
上海交通大学 https://mirror.sjtu.edu.cn/docs/docker-registry
南京大学 https://docker.nju.edu.cn
道客 DaoCloud https://f1361db2.m.daocloud.io
阿里云 https://4awzlqt5.mirror.aliyuncs.com
阿里云 https://plqjafsr.mirror.aliyuncs.com
知乎 http://hub.atomgit.com
宝塔 https://docker.1ms.run
评论