Docker安装网心云

镜像

images-cluster.xycloud.com/wxedge/wxedge:latest

onething1/wxedge:latest

2.4.3版本:fcgdjj/wxedge:latest (需使用镜像加速)

安装命令

docker run -d \
  --name=wxedge \
  --restart=always \
  -p <访问端口>:18888 \
  -v <磁盘路径>:/storage:rw \
  --privileged \
  --net=host \
  --tmpfs /run \
  --tmpfs /tmp \
  images-cluster.xycloud.com/wxedge/wxedge:latest

如何使用

打开浏览器访问:http(s)://{ip}:port


文档仓库 » Docker安装网心云