官方建议是用 helm 进行安装,但是helm 有点费事(各种原因。。。)
所以使用官方说的使用docker-compose 但是默认官方的compose 跑起来
还是真费事,经过调整,修改了一版支持直接使用docker-compose 可以运行起来
的版本,可以方便测试使用

参考项目代码

https://github.com/rongfengliang/monocular-docker-compose

项目运行

  • clone 代码
git clone  https://github.com/rongfengliang/monocular-docker-compose.git
  • 构建镜像
docker-compose build
  • 启动
docker-compose up -d
  • 注意事项
    因为首次启动需要进行helm 源的同步,所以需要等待一段时间,首先需要保证api server 启动正常

参考界面


说明

对于helm 仓库可以进行修改,同时可以手工添加,和harbor 、chartmuseum 集成起来会比较方便

参考资料

https://github.com/rongfengliang/monocular-docker-compose
https://github.com/helm/helm
https://github.com/helm/monocular
https://github.com/helm/chartmuseum
https://github.com/goharbor/harbor

 
 
 
 

最新文章

  1. 【Python】if __name__ == "__main__"做了什么?
  2. Fiddler2 主菜单
  3. Java使用正则表达式取网页中的一段内容(以取Js方法为例)
  4. 【腾讯Bugly干货分享】腾讯验证码的十二年
  5. TypeScript 素描 - 泛型、枚举
  6. EntityFramework SQLiteCodeFirst 自动创建数据库 关闭级联删除
  7. PHP关闭提示、打印配置
  8. 论文笔记之:Playing for Data: Ground Truth from Computer Games
  9. JVM垃圾回收机制总结(4) :新一代的垃圾回收算法
  10. python-其他常用模块
  11. LinkedList和ArrayList的区别
  12. 关于JavaScript中的事件代理
  13. 排序 之 快排、归并、插入 - <时间复杂度>----掌握思想和过程
  14. Regular Expression(正则表达式)之邮箱验证
  15. AndroidStudio运行项目出现Unsupported method: AndroidProject.getPluginGeneration()错误解决办法
  16. Centos6.5中Nginx部署基于IP的虚拟…
  17. c语言基础学习07
  18. java内存溢出的情况解决方法
  19. windows键盘按键输入错乱;
  20. spring源码解析2--容器的基本实现

热门文章

  1. 第五章 [BX]和loop指令
  2. 新学dfs(看懂了)
  3. 从客户端(......)中检测到有潜在危险的 Request.Form 值
  4. throw new OAException执行了,却没有正常抛出异常!
  5. Eureka服务注册过程详解之IpAddress(详解eureka.instance.prefer-ip-address = true 与 eureka.instance.prefer-ip-address)
  6. 微信access_token全局缓存,处理过期
  7. 线程同步,条件变量pthread_cond_wait
  8. VC++ 报错:Heap corruption detected
  9. PHP:第二章——PHP中的流程控制语句
  10. 手把手教你搭建一个Elasticsearch集群