首页
友情链接
关于我们
Search
1
Docker 常用命令
18 阅读
2
Docker安装Chromium浏览器 - Docker里的浏览器
14 阅读
3
Docker安装DPanel - Docker可视化面板
12 阅读
4
Windows10添加共享网络打印机出现错误0x000004f8
11 阅读
5
Windows10错误代码0x80070035无法访问共享设备
11 阅读
Windows
Linux
Docker
源码代码
登录
Search
陌路离殇
累计撰写
56
篇文章
累计收到
0
条评论
本站共
9.27 W
字
首页
栏目
Windows
Linux
Docker
源码代码
页面
友情链接
关于我们
用户中心
登录
搜索到
27
篇与
Docker
相关的结果
2024-10-27
Docker安装qBittorrent
镜像ghcr.io/hotio/qbittorrent hotio/qbittorrent安装命令docker run --rm \ --name qbittorrent \ --restart=unless-stopped \ -p 8080:8080 \ -e PUID=1000 \ -e PGID=1000 \ -e UMASK=002 \ -e TZ="Etc/UTC" \ -e WEBUI_PORTS="8080/tcp,8080/udp" \ -v /<磁盘路径>/config:/config \ -v /<磁盘路径>/data:/data \ ghcr.io/hotio/qbittorrent如何使用打开浏览器访问http(s)://{ip}:port
2024年10月27日
7 阅读
0 评论
0 点赞
2024-10-27
Docker安装Chromium浏览器 - Docker里的浏览器
镜像registry.cn-guangzhou.aliyuncs.com/fnapp/trim-chromium:latest安装命令docker run -d \ --name=chromium \ --restart=unless-stopped \ -v <磁盘路径>/config:/config \ -p <HTTP访问端口>:3000 \ -p <HTTPS访问端口>:3001 \ -e PUID=0 -e PGID=0 -e CUSTOM_USER=<用户名> -e PASSWORD=<密码> \ registry.cn-guangzhou.aliyuncs.com/fnapp/trim-chromium:latest如何使用打开浏览器访问http(s)://{ip}:port/chromium/
2024年10月27日
14 阅读
0 评论
0 点赞
2024-10-26
Docker安装青龙面板
镜像whyour/qinglong:latestregistry.cn-guangzhou.aliyuncs.com/fnapp/whyour_qinglong:latest安装命令docker run -dit \ --name=qinglong \ --restart=always \ -v <数据存放目录>:/ql/data \ -p <访问端口>:5700 \ whyour/qinglong:latest如何使用打开浏览器访问:http(s)://{ip}:port
2024年10月26日
9 阅读
0 评论
0 点赞
2024-10-26
Docker安装迅雷
支持设备x86_64、arm64v8,其他需自行测试。镜像cnk3x/xunlei:latestregistry.cn-shenzhen.aliyuncs.com/cnk3x/xunlei:latestregistry.cn-guangzhou.aliyuncs.com/fnapp/cnk3x_xunlei:latestghcr.io/cnk3x/xunlei:latest安装命令docker run -d \ --name=xunlei \ --restart=always \ -v <数据目录>:/xunlei/data \ -v <默认下载保存目录>:/xunlei/downloads \ -p <访问端口>:2345 \ --privileged \ cnk3x/xunlei:latest如何使用打开浏览器访问:http(s)://{ip}:port内测邀请码迅雷牛通
2024年10月26日
6 阅读
0 评论
0 点赞
2024-10-26
Docker安装网心云
镜像images-cluster.xycloud.com/wxedge/wxedge:latestonething1/wxedge:latest2.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
2024年10月26日
7 阅读
0 评论
0 点赞
1
...
3
4
5
6