docker run -d --name=wxedge --restart=always --privileged --net=host --tmpfs /run --tmpfs /tmp -v /www/wxy/wxedge_storage:/storage:rw onething1/wxedge
如果网络不好没办法拉取,可以在宝塔的docker搜索onething1/wxedge
下载,然后执行
docker run -d --name=wxedge --restart=always --privileged --net=host --tmpfs /run --tmpfs /tmp -v /www/wxy/wxedge_storage:/storage:rw onething1/wxedge
接着在浏览器中打开地址 http://你挂网心云的设备的IP:18888 即可看到绑定二维码,并且可以选择要运行的业务。
2 comments
博主真是太厉害了!!!
其实这些最好是dockercompose,比较容易管理