
「容器魔方」由网心云推出的一款docker容器镜像软件,通过简单安装后即可快速加入网心云边缘云计算生态网络,为网心科技星域云贡献带宽和存储资源,用户根据每日的贡献量可获得相应的现金收益回报。网心科技星域云通过先进的边缘编排技术,将海量的节点连接成一张边缘云计算网络,为B端客户提供全球领先的、优质低成本的边缘计算服务。目前支持:koolshare、群晖、树莓派等支持docker的设备(arm32、aarch64、x86_64)。
视频教程
以下教程将用Ubuntu 24.10系统作为演示
安装Docker
apt update && apt install curl -y
export DOWNLOAD_URL="https://mirrors.tuna.tsinghua.edu.cn/docker-ce"
curl -fsSL https://gh-proxy.com/raw.githubusercontent.com/docker/docker-install/master/install.sh | sh
安装容器魔方
mkdir /data
docker run -d --name=wxedge --restart=always --privileged --net=host --tmpfs /run --tmpfs /tmp -v /data:/storage:rw images-cluster.xycloud.com/wxedge/wxedge:latest
广告:
© 版权声明
THE END
暂无评论内容