最近打算跑 matrix 和 prometheus, 搜了一堆都蒙蔽了, matrix 基本没有一键 docker 的教程, 需要自己单独拼凑数据和本体部分, 虽然简单,但是不想浪费时间在这种过程上面.
所以我在想, 导航是 V2 月经 /日经, 为什么没有人真正的做个 docker 的导航站呢.
1
xuanbg 2023-02-26 22:17:14 +08:00
|
3
r00t7 2023-02-26 23:37:38 +08:00
matrix 还算比较简单吧 配合下数据库就好了
|
4
julyclyde 2023-02-27 08:40:43 +08:00
建议还是看看文档吧
否则,我只能说学习能力堪忧 |
5
Fo3256Go 2023-02-27 09:31:52 +08:00 via Android
你这是需要 所有 docker 镜像的 docker-compose.yml 集中到同一个网站里面 吧?
这样就可以用 wget https://0.0.0.0/docker-compose.yml && docker-compose up -d 。 一键启动是吧。。。 但收集这些 yml 文件又不能盈利。。。 做了肯定也会挂广告的。 |
6
Envov 2023-02-27 10:08:26 +08:00
dockerhub 上搜一下很多啊,如果 dockerhub 还搜不到,那估计太冷门,做导航站也没啥意义
|
7
gbw1992 2023-02-27 11:01:19 +08:00
一开始用 docker 的是时候也在想
啥没人做收集 docker-compose 或者运行命令的集合网站呢 我感觉因为 dockerhub 的文档足够用了,还有主流镜像百度随便一搜一大堆 再加上现在有了 chatGTP 更加方便了 |
8
Pipecraft 2023-02-27 12:50:16 +08:00
hacker news 上面发现的一个收集 docker-compose 的项目。
Various Docker Compose examples of selfhosted FOSS and proprietary projects. https://github.com/Haxxnet/Compose-Examples |
9
jefferylong 2023-02-27 13:14:35 +08:00
可以让 chatGPT 生成 docker-composer 文件
|
10
yumusb 2023-02-27 13:25:23 +08:00 via Android
github.com 里面搜以 docker 镜像名字去搜 code 看别人咋写的
|
11
biglion666 2023-02-27 13:40:36 +08:00
|
12
moshiyeap100 2023-02-27 18:43:41 +08:00
你这个讲的不就是俺这个项目吗 https://github.com/MoshiCoCo/docker-compose-hub
|
13
audioium OP @moshiyeap100 就是你这个, 你要搞个导航站啊, 这个暂时没人做, 估计流量可以上来.
|
14
MaxFang 2023-02-27 23:15:51 +08:00
自荐一下我的项目,[https://github.com/FX-Max/docker-install-everything.git]( https://github.com/FX-Max/docker-install-everything.git)
还有一些已经在 Todo 里了。我原本的需求也比较简单,简单快速启动服务,容器化,不污染宿主机。 |
15
audioium OP @MaxFang 嘿嘿嘿, 出个 matrix 的吧, 实在懒得单独配置数据库然后 docker 链接了.
Grafana + prometheus 的也出个吧? prometheus 的 docker 版简单, 能出个宿主机的最好了, 你和 @moshiyeap100 的 github 我都导入到我自己的 gitea 中了, 等你们更新. |