Puter 是一个浏览器中的互联网操作系统和桌面环境!
Puter 源码地址:https://github.com/HeyPuter/puter
构建镜像和容器运行的基本命令如下👇
# 下载代码
git clone https://github.com/HeyPuter/puter
# 进入目录
cd puter
# 构建镜像
docker build -t wbsu2003/puter:v1 .
# 运行容器
docker run -d \
--name puter \
-p 4432:4000 \
wbsu2003/puter:v1
镜像使用方法可以在 老苏的blog:https://laosu.tech 找找,如果找不到,那说明还在折腾中~~
欢迎关注公众号:

Content type
Image
Digest
sha256:2809f7dd2…
Size
72.1 MB
Last updated
over 2 years ago
docker pull wbsu2003/puter