首页
友情链接
关于我们
Search
1
Docker安装Chromium浏览器 - Docker里的浏览器
153 阅读
2
Windows10添加共享网络打印机出现错误0x000004f8
73 阅读
3
Docker安装网心云
69 阅读
4
Docker安装FRPS、FRPC
59 阅读
5
Docker 常用命令
58 阅读
Windows
Linux
Docker
源码代码
资源下载
登录
Search
陌路离殇
累计撰写
76
篇文章
累计收到
0
条评论
本站共
12.72 W
字
首页
栏目
Windows
Linux
Docker
源码代码
资源下载
页面
友情链接
关于我们
用户中心
登录
搜索到
31
篇与
Docker
相关的结果
2024-10-28
Docker安装x-ui
镜像enwaiax/x-ui:latest安装命令docker run -itd \ --name x-ui \ --restart=unless-stopped \ -v /<磁盘路径>/db/:/etc/x-ui/ \ -v /<磁盘路径>/cert/:/root/cert/ \ -p <访问端口>:54321 \ enwaiax/x-ui:latest默认账号:admin默认密码:admin{message type="error" content="※ 进入后台第一时间修改密码!"/}如何使用打开浏览器访问:http(s)://{ip}:port
2024年10月28日
38 阅读
0 评论
0 点赞
2024-10-28
Docker安装vocechat-server
镜像privoce/vocechat-server:latest安装命令docker run -d \ --name vocechat-server \ --restart=always \ -p <访问端口>:3000 \ privoce/vocechat-server:latest如何使用打开浏览器访问:http(s)://{ip}:port
2024年10月28日
12 阅读
0 评论
0 点赞
2024-10-28
Docker安装DDNS-GO
镜像jeessy/ddns-go安装命令docker run -d \ --name=ddns-go \ --restart=unless-stopped \ -v /<磁盘路径>/config:/root \ -p <访问端口>:9876 \ jeessy/ddns-go如何使用打开浏览器访问:http(s)://{ip}:port
2024年10月28日
17 阅读
0 评论
0 点赞
2024-10-28
Docker安装jellyfin
镜像jellyfin/jellyfin:latestghcr.io/jellyfin/jellyfin:latest安装命令docker run -d \ --name jellyfin \ --restart=unless-stopped \ -v /<磁盘路径>/config:/config \ -v /<磁盘路径>/cache:/cache \ -v /<磁盘路径>/media:/media \ -p <访问端口>:8096 \ jellyfin/jellyfin:latest如何使用打开浏览器访问http(s)://{ip}:port
2024年10月28日
9 阅读
0 评论
0 点赞
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日
15 阅读
0 评论
0 点赞
1
...
3
4
5
...
7