当前位置:首页 > 未分类 > 正文内容

docker安装网心云

jxcq3年前 (2023-03-04)未分类147

https://hub.docker.com/r/onething1/wxedge



docker run -d --name=wxedge --restart=always --privileged --net=host  --tmpfs /run --tmpfs /tmp -v /root/docker:/storage:rw  onething1/wxedge


docker run -d --name=wxedge --restart=always --privileged --net=host  --tmpfs /run --tmpfs /tmp -v 磁盘路径:/storage:rw  registry.hub.docker.com/onething1/wxedge


 docker run -d --name=wxedge --restart=always --privileged --net=host --tmpfs /run --tmpfs /tmp -v /mnt/docker/data2\wxedge_storage:/storage:rw registry.hub.docker.com/onething1/wxedge




扫描二维码推送至手机访问。

版权声明:本文由小强的小站发布,如需转载请注明出处。

本文链接:https://zblog.dragon2024.cloudns.ch/?id=23

分享给朋友:

“docker安装网心云” 的相关文章

什么是强电解质,什么是弱电解质?

下列说法正确的是(  )A、难溶于水的电解质一定是弱电解质B、强电解质的水溶液导电能力一定比弱电解质水溶液的导电能力强C、某物质若不是电解质,就一定是非电解质D、溶于水的强电解质,在水溶液中全部电离成离子         高中阶段学的几乎所有盐都是强...

ESXI挂载移动硬盘

ESXI挂载移动硬盘

开启ESXI的ssh服务不要接移动硬盘从终端ssh进ESXIssh root@192.168.50.5停止usbarbitrator服务/etc/init.d/usbarbitrator stop chkconfig usbarbitrator off插入移...

Fast Os Docker 使用指南

启动命令docker run --name fastos --restart always -p 8081:8081 -p 8082:8082 -d \ -v /var/run/...

rotueos 基本命令

查看ip:       ip add print增加ip地址:ip address add address=x.x.x.x/24 interface=ether1(第一块网卡)删除ip:       ip address...

ubuntu安装omv6-7(安装失败)

方法1、 sudo wget -O - https://dl.bintray.com/openmediavault-plugin-developers/shaitan/public.key | apt-key add ...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。