全部
常见问题
产品动态
精选推荐
功能建议

分析中 已回复 待规划 {{opt.name}}
分析中 已回复 待规划
通过docker-compose.yml部署报错

管理 管理 编辑 删除

docker-crmeb]$ ls

crmeb  docker-compose  docker-compose.yml  __MACOSX  Makefile  READMD.md


docker-crmeb]$ cat docker-compose.yml

version: "3.3"  

services:

 # mysql 容器

 mysql:

   container_name: crmeb_mysql #指定容器名

   image: daocloud.io/library/mysql:5.7.5-m15 #M1芯片可以采用这个镜像

   # image: mysql:5.7 #一般电脑可以用这个镜像

   ports:

     - 3306:3306

   # 环境变量

   environment:

     TZ: Asia/Shanghai

     MYSQL_ROOT_PASSWORD: '123456'

     MYSQL_USER: 'crmeb'

     MYSQL_PASS: '123456'

     MYSQL_DATABASE: 'crmeb'

   privileged: true

   command:

      --character-set-server=utf8mb4

      --collation-server=utf8mb4_general_ci

      --explicit_defaults_for_timestamp=true

      --lower_case_table_names=1

      --max_allowed_packet=128M

      --default-authentication-plugin=mysql_native_password

      --sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

   working_dir: /var/lib/mysql

   volumes:

     - ./docker-compose/mysql/my.cnf:/etc/mysql/my.cnf

     - ./docker-compose/mysql/data:/var/lib/mysql #挂载数据目录到本地

     - ./docker-compose/mysql/log:/var/log/mysql

   networks:

     app_net:

       # 固定子网ip,网段必须在子网络192.168.*.*

       ipv4_address: 192.168.10.1

 # redis 容器

 redis:

   container_name: crmeb_redis

   image: 'redis:alpine'

   # image: daocloud.io/library/redis:6.0.5-alpine

   # image: redis:5.0

   ports:

     - "6379:6379"

   command: redis-server /usr/local/etc/redis/redis.conf

   volumes:

     # - ./docker-compose/redis/data:/data #挂载数据目录到本地

     - ./docker-compose/redis/redis.conf:/usr/local/etc/redis/redis.conf

   networks:

     app_net:

       ipv4_address: 192.168.10.10

 # php 容器

 phpfpm:

   container_name: crmeb_php #指定容器名

   # image: phpfpm-image #指定镜像名

   image: crmeb_php #指定镜像名

   build:

     context: ./docker-compose/php #dockerfile文件路径

     dockerfile: Dockerfile #制定dockerfile文件名称

   restart: always

   environment:

     TZ: Asia/Shanghai

   ports:

     - 9000:9000

     - 20002:20002

     - 20003:20003

   tmpfs: /var/temp #上传临时文件夹

   working_dir: /var/www

   volumes:

     - ./web:/var/www #程序运行目录

     - ./docker-compose/php/php-ini-overrides.ini:/etc/php/7.4/fpm/conf.d/99-overrides.ini

   # command: php think workerman start --d

   networks:

     app_net:

       ipv4_address: 192.168.10.90

 # nginx 容器

 nginx:

   container_name: crmeb_nginx

   image: 'nginx:alpine'

   # image: daocloud.io/library/nginx:1.19.1-alpine

   restart: always

   ports:

     - 80:80

     # - 443:443

   # 依赖关系 先跑php

   depends_on:

     - phpfpm

   environment:

     TZ: Asia/Shanghai

   working_dir: /var/www

   volumes_from:

     - phpfpm #继承phpfpm挂载目录

   volumes:

     - ./docker-compose/nginx/vhost.conf:/etc/nginx/conf.d/default.conf

     - ./docker-compose/nginx/log:/etc/nginx/log

   networks:

     app_net:

       ipv4_address: 192.168.10.80

networks: #网络配置

 app_net: #网络名称

   driver: bridge

   ipam: #网络配置

     config:

       - subnet: 192.168.0.0/16 #IP区间

         gateway: 192.168.10.100


WARN[0000] /data2/docker/docker-crmeb/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion

[+] Running 4/4

! phpfpm      Interrupted                                                                                                                                                                                                                                                          1.0s

! nginx       Interrupted                                                                                                                                                                                                                                                          1.0s

✘ mysql Error error parsing HTTP 404 response body: invalid character '<' looking for beginning of value: "\n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"content-type\" content=\"text/html\" />\n        <m...              1.0s

! redis       Interrupted                                                                                                                                                                                                                                                          1.0s

Error response from daemon: error parsing HTTP 404 response body: invalid character '<' looking for beginning of value: "\n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"content-type\" content=\"text/html\" />\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n        <meta name=\"renderer\" content=\"webkit\" />\n        <meta name=\"author\" content=\"\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\">\n        <title>404</title>\n        <meta name=\"keywords\" content=\"\">\n        <meta name=\"description\" content=\"\">\n        <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/skin/images/favicon.ico\" />\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/skin/css/animate.min.css\" />\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/skin/css/fonts.css\" />\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/skin/css/font-awesome.css\" />\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"/skin/css/global.css\" />\n        <script type=\"text/javascript\" src=\"/skin/js/jquery-3.5.1.min.js\"></script>\n    </head>\n\n    <body>\n                <div class=\"m-header-nav\">\n    <div class=\"sp_header\">\n        <div class=\"sp_logo\"><a href=\"/\"><img src=\"/skin/images/logo.svg\"><img src=\"/skin/images/logoon.svg\"></a></div>\n        <div class=\"sp_btn\">\n            <div class=\"sp_btn_list\">\n                <a href=\"javascript:;\" class=\"btn_list_title language\"><img src=\"/skin/images/language.svg\"><img src=\"/skin/images/languageon.svg\"></a>\n                <div class=\"btn_list_down\">\n                    <a href=\"javascript:void(0)\" class=\"font16\">CN</a>\n                    <a href=\"javascript:void(0)\" class=\"font16\">EN</a>\n                </div>\n            </div>\n            <div class=\"sp_btn_list\">\n                <a href=\"javascript:void(0)\" class=\"btn_list_title click_search\"><img src=\"/skin/images/search.svg\"><img src=\"/skin/images/searchon.svg\"></a>\n            </div>\n            <div class=\"sp_btn_list\">\n                <a href=\"https://account.daocloud.io/signin\" class=\"btn_list_title\"><img src=\"/skin/images/login.svg\"><img src=\"/skin/images/loginon.svg\"></a>\n            </div>\n        </div>\n        <div class=\"sp_nav\"> <span></span> <span></span> <span></span> </div>\n    </div>\n    <div class=\"sjj_nav\">\n        <ul>\n            <li><a href=\"/\">首页</a></li>\n            <li>\n                <a href=\"/products/index.html\">产品</a><i class=\"sp_nav_xjb\"></i>\n                <ul>\n                    <li><a href=\"/products/community-edition/index.html\">DaoCloud Enterprise 5.0(社区版)</a></li>\n                    <li><a href=\"/products/standard-edition/index.html\">DaoCloud Enterprise 5.0(标准版)</a></li>\n                    <li><a href=\"/products/advanced-edition/index.html\">DaoCloud Enterprise 5.0(高级版)</a></li>\n                    <li><a href=\"/products/platinum-edition/index.html\">DaoCloud Enterprise 5.0(白金版)</a></li>\n                    <li><a href=\"/products/one-machine/index.html\">云原生一体机</a></li>\n                    <li><a href=\"/products/xinchuang-cloud/index.html\">信创云操作系统</a></li>\n                </ul>\n            </li>\n            <li>\n                <a href=\"javascript:void(0)\" url=\"/solution/index.html\">解决方案</a><i class=\"sp_nav_xjb\"></i>\n                <ul>\n                                        <li><a href=\"/solution/financial-technology/index.html\">金融行业</a></li>\n                                        <li><a href=\"/solution/advanced-manufacturing/index.html\">制造行业</a></li>\n                                        <li><a href=\"/solution/connected-car/index.html\">汽车行业</a></li>\n                                        <li><a href=\"/solution/digital-government/index.html\">政务行业</a></li>\n                                        <li><a href=\"/solution/smart-retail/index.html\">零售行业</a></li>\n                                        <li><a href=\"/solution/digital-energy/index.html\">能源行业</a></li>\n                                        <li><a href=\"/solution/digital-education/index.html\">教育行业</a></li>\n                                    </ul>\n            </li>\n            <li><a href=\"/case/index.html\">客户案例</a></li>\n            <li>\n                <a href=\"/demo.html\">培训与服务</a><i class=\"sp_nav_xjb\"></i>\n                <ul>\n                    <li><a href=\"/training/application-modernization/index.html\">应用现代化白皮书</a></li>\n                    <li><a href=\"/training/cloudnative-industry-development/index.html\">云原生产业发展白皮书</a></li>\n                </ul>\n            </li>\n            <li><a href=\"/partners/ecological-partner/index.html\">合作伙伴</a></li>\n            <li>\n                <a href=\"/developer/open-api/index.html\">开发者资源</a><i class=\"sp_nav_xjb\"></i>\n                <ul>\n                    <li><a href=\"/training/training/index.html\">培训与认证</a></li>\n                    <li><a href=\"/developer/open-api/index.html\">下载站</a></li>\n                    <li><a href=\"/activity-center/technology-face/index.html\">  开发者活动</a></li>\n                    <li><a href=\"/developer/online-class/index.html\">线上课堂</a></li>\n                </ul>\n            </li>\n            <li>\n                <a href=\"/about/about/index.html\">关于我们</a><i class=\"sp_nav_xjb\"></i>\n                <ul>\n                    <li><a href=\"/about/about/index.html\">关于我们</a></li>\n                    <li><a href=\"/about/about/index.html\">动态一览</a></li>\n                    <li><a href=\"/about/news/news/index.html\">荣誉资质</a></li>\n                    <li><a href=\"/about/contact/index.html\">联系我们</a></li>\n                </ul>\n            </li>\n            <li>\n                <a href=\"/activity-center/index.html\">活动中心</a><i class=\"sp_nav_xjb\"></i>\n                <ul>\n                                        <li><a href=\"/activity-center/discussion-industrial-practice/index.html\">论道原生:产业实践探讨</a></li>\n                                        <li><a href=\"/activity-center/technology-face/index.html\">技术面对面:黑客与画家</a></li>\n                                        <li><a href=\"/activity-center/brand-activity/index.html\">品牌活动:为数字世界寻找全局最优解</a></li>\n                                        <li><a href=\"/activity-center/industry-participation/index.html\">行业参会:前沿新拓展</a></li>\n                                    </ul>\n            </li>\n        </ul>\n    </div>\n</div>\n\n<div class=\"header\">\n    <a href=\"/\" class=\"header_logo\"><img src=\"/skin/images/logoon.svg\" /></a>\n    <div class=\"header_nav\">\n        <div class=\"header_nav_list pro \">\n            <a href=\"/products/index.html\" class=\"nav_list_title font16\">产品</a>\n            <div class=\"nav_list_down\">\n                <div class=\"list_down_con\">\n                    <div class=\"list_down_left\">\n                        <div class=\"down_left_title font20\">DaoCloud Enterprise 5.0</div>\n                        <div class=\"down_left_txt font16 flh30\">\n                            <p>DaoCloud Enterprise 5.0 (DCE 5.0) is a high-performance and scalable cloud native operating system. It delivers a consistent and stable experience across any infrastructure and environment. DCE 5.0 supports seamless integration from cloud to edge, as well as multi-cloud orchestration. With DCE 5.0, you can easily customize solutions for various scenarios, rapidly enable your digital future, and significantly enhance your business agility.</p>\n                        </div>\n                        <a href=\"/products/index.html\" class=\"down_left_btn font16\">Learn More</a>\n                    </div>\n                    <div class=\"list_down_right\">\n                        <a href=\"/products/community-edition/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font16\">DaoCloud Enterprise  <span class=\"font12\">Community</span></div>\n                            <div class=\"right_list_dt font12\">Free and open, the next-generation enterprise Kubernetes management platform</div>\n                        </a>\n                        <a href=\"/products/standard-edition/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font16\">DaoCloud Enterprise 5.0<span class=\"font12\">Standard</span></div>\n                            <div class=\"right_list_dt font12\">A production-grade cloud native infrastructure supporting both x86 and ARM architectures and edge-to-cloud continuum.</div>\n                        </a>\n                        <a href=\"/products/advanced-edition/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font16\">DaoCloud Enterprise 5.0<span class=\"font12\">Advanced</span></div>\n                            <div class=\"right_list_dt font12\">Providing microservices governance and observability on the basis of the DCE 5.0 standard.</div>\n                        </a>\n                        <a href=\"/products/platinum-edition/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font16\">DaoCloud Enterprise 5.0<span class=\"font12\">Platinum</span></div>\n                            <div class=\"right_list_dt font12\">Introducing multi-cloud orchestration on the basis of the DCE 5.0 advanced and providing highly available data services.</div>\n                        </a>\n                        <a href=\"/products/one-machine/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font16\">DaoCloud Cloud Native Appliance</div>\n                            <div class=\"right_list_dt font12\">Plug-and-Play Cloud Native Experience</div>\n                        </a>\n                    </div>\n                    <div class=\"list_down_left on\">\n                        <div class=\"down_left_title font20\">信创云操作系统</div>\n                        <div class=\"down_left_txt font16 flh30\">\n                            <p>实现信创建设与科技创新发展并举。</p>\n                            <p>把已有的开放技术生态与信创体系相结合,构建一个高性能的分布式调度系统,打破原有的生态体系,在信创架构下重塑一个 IT 技术的完整逻辑。</p>\n                        </div>\n                        <a href=\"/products/xinchuang-cloud/index.html\" class=\"down_left_btn font16\">Learn more</a>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div class=\"header_nav_list \">\n            <a href=\"javascript:void(0)\" url=\"/solution/index.html\" class=\"nav_list_title font16\">解决方案</a>\n            <div class=\"nav_list_down nav_list_Casedown\">\n                <div class=\"list_down_con\">\n                    <div class=\"list_Casedown_list\">\n                                                <a href=\"/solution/financial-technology/index.html\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">金融行业</div>\n                            <div class=\"list_li_txt font12 flh20\">聚焦于 FinTech 与传统金融的融合,助力金融组织提升敏捷与速度应对多重不确定性的业务场景、管理更加复杂的基础设施架构,拓宽业务模式的边界,真正以客户为中心提供更好的金融服务体验。</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                                <a href=\"/solution/advanced-manufacturing/index.html\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">制造行业</div>\n                            <div class=\"list_li_txt font12 flh20\">基于云原生技术从生产运营、技术创新等多个维度支持制造企业实现以数据为驱动的业务创新模式,推动制造业向数字化、网络化、智能化转型升级。</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                                <a href=\"/solution/connected-car/index.html\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">汽车行业</div>\n                            <div class=\"list_li_txt font12 flh20\">帮助汽车企业构建面向未来的生产和管理模式,以用户为中心深度重构汽车价值链和运营模式。</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                            </div>\n                    <div class=\"list_Casedown_list\">\n                                                <a href=\"/solution/digital-government/index.html\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">政务行业</div>\n                            <div class=\"list_li_txt font12 flh20\">基于云原生构建统一的业务运行平台,推动政府治理流程再造和模式优化,全方位赋能数字政府的 “服务、决策、治理、运营”,不断提高决策科学性和服务效率。</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                                <a href=\"/solution/smart-retail/index.html\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">零售行业</div>\n                            <div class=\"list_li_txt font12 flh20\">以消费者体验为中心,为零售供应链和消费者服务的创新升级夯实数字化基础,构建全新的“人-货-场”关系,大力推动实体零售的线上线下融合并向智慧零售转型。</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                                <a href=\"/solution/digital-energy/index.html\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">能源行业</div>\n                            <div class=\"list_li_txt font12 flh20\">结合云原生技术前沿实践,在满足自主可控要求的前提下,打通能源企业的产、供、销通路,压缩管理链条,实现业务运维高效升级,加速推进能源企业的数字化转型。</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                            </div>\n                    <div class=\"list_Casedown_list\">\n                                                <a href=\"/solution/digital-education/index.html\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">教育行业</div>\n                            <div class=\"list_li_txt font12 flh20\">通过云原生技术助力教育行业打造高效、敏捷的数字化平台,以信息化、智能化的方式优化教育综合治理,构建面向未来的多场景数字教育解决方案。</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                            </div>\n                </div>\n            </div>\n        </div>\n        <div class=\"header_nav_list \">\n            <a href=\"/case/index.html\" class=\"nav_list_title font16\">客户案例</a>\n            <!--\n            <div class=\"nav_list_down nav_list_Casedown\">\n                <div class=\"list_down_con\">\n                    <div class=\"list_Casedown_list\">\n                                                <a href=\"/case/index.html#Finance\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">金融科技</div>\n                            <div class=\"list_li_txt font12 flh20\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eleifend</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                                <a href=\"/case/index.html#AdvancedManufacturing\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">先进制造</div>\n                            <div class=\"list_li_txt font12 flh20\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eleifend</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                                <a href=\"/case/index.html#SmartCars\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">网联汽车</div>\n                            <div class=\"list_li_txt font12 flh20\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eleifend</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                            </div>\n                    <div class=\"list_Casedown_list\">\n                                                <a href=\"/case/index.html#DigitalGovernment\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">数字政务</div>\n                            <div class=\"list_li_txt font12 flh20\">基于云原生构建统一的业务运行平台,推动政府治理流程再造和模式优化,全方位赋能数字政府的 “服务、决策、治理、运营”,不断提高决策科学性和服务效率。</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                                <a href=\"/case/index.html#SmartRetail\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">智慧零售</div>\n                            <div class=\"list_li_txt font12 flh20\">以消费者体验为中心,为零售供应链和消费者服务的创新升级夯实数字化基础,构建全新的“人-货-场”关系,大力推动实体零售的线上线下融合并向智慧零售转型。</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                                <a href=\"/case/index.html#DigitalEnergy\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">数字能源</div>\n                            <div class=\"list_li_txt font12 flh20\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eleifend</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                            </div>\n                    <div class=\"list_Casedown_list\">\n                                                <a href=\"/case/index.html#DigitalEducation\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">数字教育</div>\n                            <div class=\"list_li_txt font12 flh20\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eleifend</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                                <a href=\"/case/index.html#OtherCase\" class=\"Casedown_list_li\">\n                            <div class=\"list_li_title font16\">其他案例</div>\n                            <div class=\"list_li_txt font12 flh20\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eleifend</div>\n                            <div class=\"list_li_btn font16\">Learn more</div>\n                        </a>\n                                            </div>\n                </div>\n            </div>\n            -->\n        </div>\n        <div class=\"header_nav_list \">\n            <a href=\"/demo.html\" class=\"nav_list_title font16\">咨询与服务</a>\n            <div class=\"nav_list_down\">\n                <div class=\"list_down_con\">\n                    <div class=\"list_down_left\">\n                        <div class=\"down_left_title font20\">Application Modernization</div>\n                        <div class=\"down_left_txt font16 flh30\">\n                            <p>Accelerate Industry Digital Transformation: from Strategy to Implementation</p>\n                        </div>\n                        <a href=\"/demo.html\" class=\"down_left_btn font16\">Learn more</a>\n                    </div>\n                    <div class=\"list_down_right\">\n                        <a href=\"/training/application-modernization/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">White Paper for Application Modernization</div>\n                            <div class=\"right_list_dt font16\">BE NATIVE BEYOND AGILE</div>\n                            <div class=\"right_list_more font16\">Learn more</div>\n                        </a>\n                        <a href=\"/training/cloudnative-industry-development/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">  云原生产业发展白皮书</div>\n                            <div class=\"right_list_dt font16\">定义云时代的操作系统</div>\n                            <div class=\"right_list_more font16\">Learn more</div>\n                        </a>\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div class=\"header_nav_list \">\n            <a href=\"/partners/ecological-partner/index.html\" class=\"nav_list_title font16\">合作伙伴</a>\n        </div>\n        <div class=\"header_nav_list \">\n            <a href=\"/developer/open-api/index.html\" class=\"nav_list_title font16\">开发者资源</a>\n            <div class=\"nav_list_down\">\n                <div class=\"list_down_con\">\n                    <div class=\"list_down_left\">\n                        <div class=\"down_left_title font20\">DCE <span>社区</span></div>\n                        <div class=\"down_left_txt font16 flh30\">\n                            <p>DCE 社区版是免费开放的、新一代企业级 Kubernetes 管理平台。DCE 社区积极发起、参与由 CNCF 背书的开源活动,致力携手广大行业力量,聚焦云原生前沿技术、开源项目、解决方案、典型案例等,面向开发者、社区和企业,进行传播布道,旨在将最新鲜的热点资讯、最前沿的行业展望和最具价值的技术实践分享给大家,扩大云原生技术影响力,寻找更多云原生信仰者,拓展云原生生态圈。</p>\n                        </div>\n                        <a href=\"/products/community-edition/index.html\" class=\"down_left_btn font16\">Learn more</a>\n                    </div>\n                    <div class=\"list_down_right\">\n                        <a href=\"/training/training/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">培训与认证</div>\n                            <div class=\"right_list_dt font16 flh30\">全球首批 CNCF 认证的 Kubernetes 培训合作伙伴</div>\n                        </a>\n                        <a href=\"/developer/open-api/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">下载站</div>\n                            <div class=\"right_list_dt font16\">下载 DaoCloud Enterprise 5.0</div>\n                        </a>\n                        <a href=\"/activity-center/technology-face/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">  开发者活动</div>\n                            <div class=\"right_list_dt font16\">了解关于开发者最新活动</div>\n                        </a>\n                        <a href=\"/developer/online-class/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">线上课堂</div>\n                            <div class=\"right_list_dt font16\">云原生技术实践公开课</div>\n                        </a>\n                        <!--\n                        <a href=\"/developer/open-api/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">开放 API & 文档站</div>\n                            <div class=\"right_list_dt font16\">查看文档站以及开放 API</div>\n                        </a>\n                        <a href=\"https://docs.daocloud.io\" target=\"_blank\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">文档站</div>\n                            <div class=\"right_list_dt font16\">获取更多产品文档</div>\n                        </a>\n                        -->\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div class=\"header_nav_list \">\n            <a href=\"/about/about/index.html\" class=\"nav_list_title font16\">关于我们</a>\n            <div class=\"nav_list_down\">\n                <div class=\"list_down_con\">\n                    <div class=\"list_down_left\">\n                        <div class=\"down_left_title font20\">DaoCloud 道客</div>\n                        <div class=\"down_left_txt font16 flh30\">\n                            <p>上海道客网络科技有限公司,成立于 2014 年底,公司拥有自主知识产权的核心技术,致力于打造开放的云操作系统为实体经济赋能,推动传统企业完成数字化转型。</p>\n                            <p>成立迄今,公司已在金融科技、先进制造、智能汽车、零售网点、城市大脑等多个领域深耕,标杆客户包括交通银行、浦发银行、上汽集团、格力集团、京东方、屈臣氏集团等。被誉为科技领域准独角兽企业。</p>\n                        </div>\n                        <a href=\"/about/about/index.html\" class=\"down_left_btn font16\">Learn more</a>\n                    </div>\n                    <div class=\"list_down_right\">\n                        <a href=\"/about/about/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">关于我们</div>\n                            <div class=\"right_list_dt font16\">了解关于道客的更多信息</div>\n                        </a>\n                        <a href=\"/about/news/news/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">动态一览</div>\n                            <div class=\"right_list_dt font16\">了解关于道客最新动态新闻</div>\n                        </a>\n                        <a href=\"/about/contact/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">联系我们</div>\n                            <div class=\"right_list_dt font16\">获取道客的联系方式</div>\n                        </a>\n                        <!--\n                        <a href=\"/about/join/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">加入我们</div>\n                            <div class=\"right_list_dt font16\">了解道客当前的热招岗位</div>\n                        </a>\n                        -->\n                    </div>\n                </div>\n            </div>\n        </div>\n        <div class=\"header_nav_list Assembly \">\n            <a href=\"/activity-center/index.html\" class=\"nav_list_title font16\">活动中心</a>\n            <div class=\"nav_list_down\">\n                <div class=\"list_down_con\">\n                    <div class=\"list_down_left\">\n                        <div class=\"down_left_title font20\">活动中心|为数字世界寻找全局最优解</div>\n                        <div class=\"down_left_txt font16 flh30\">\n                            <p>基于云原生的更大一波技术创新、应用创新、模式创新即将到来。让我们一起论道原生,驾驭数字新趋势。</p>\n                        </div>\n                        <a href=\"/activity-center/index.html\" class=\"down_left_btn font16\">Learn more</a>\n                    </div>\n                    <div class=\"list_down_right\">\n                                                <a href=\"/activity-center/discussion-industrial-practice/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">论道原生:产业实践探讨</div>\n                            <div class=\"right_list_dt font16\">了解产业实践相关的活动</div>\n                        </a>\n                                                <a href=\"/activity-center/technology-face/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">技术面对面:黑客与画家</div>\n                            <div class=\"right_list_dt font16\">了解技术相关的活动</div>\n                        </a>\n                                                <a href=\"/activity-center/brand-activity/index.html\" class=\"down_right_list\">\n                            <div class=\"right_list_dd font18\">品牌活动:为数字世界寻找全局最优解</div>\

{{voteData.voteSum}} 人已参与
支持
反对
请登录后查看

8c08fe568078 最后编辑于2026-03-16 09:46:08

快捷回复
回复
回复
回复({{post_count}}) {{!is_user ? '我的回复' :'全部回复'}}
排序 默认正序 回复倒序 点赞倒序

{{item.user_info.nickname ? item.user_info.nickname : item.user_name}} LV.{{ item.user_info.bbs_level || item.bbs_level }}

作者 管理员 企业

{{item.floor}}# 同步到gitee 已同步到gitee {{item.is_suggest == 1? '取消推荐': '推荐'}}
{{item.is_suggest == 1? '取消推荐': '推荐'}} 【已收集】
{{item.floor}}# 沙发 板凳 地板 {{item.floor}}# 【已收集】
{{item.user_info.title || '暂无简介'}}
附件

{{itemf.name}}

{{item.created_at}}  {{item.ip_address}}
打赏
已打赏¥{{item.reward_price}}
{{item.like_count}}
分享
{{item.showReply ? '取消回复' : '回复'}}
删除
回复
回复

{{itemc.user_info.nickname}}

{{itemc.user_name}}

回复 {{itemc.comment_user_info.nickname}}

附件

{{itemf.name}}

{{itemc.created_at}}
打赏
已打赏¥{{itemc.reward_price}}
{{itemc.like_count}}
{{itemc.showReply ? '取消回复' : '回复'}}
删除
回复
回复
收起 展开更多
查看更多
打赏
已打赏¥{{reward_price}}
27
{{like_count}}
{{collect_count}}
添加回复 ({{post_count}})

相关推荐

快速安全登录

使用微信扫码登录
回复
回复
问题:
问题自动获取的帖子内容,不准确时需要手动修改. [获取答案]
答案:
提交
bug 需求 取 消 确 定
打赏金额
当前余额:¥{{rewardUserInfo.reward_price}}
{{item.price}}元
请输入 0.1-{{reward_max_price}} 范围内的数值
打赏成功
¥{{price}}
完成 确认打赏

微信登录/注册

切换手机号登录

{{ bind_phone ? '绑定手机' : '手机登录'}}

{{codeText}}
切换微信登录/注册
暂不绑定
CRMEB客服
CRMEB咨询热线 400-8888-794

扫码领取产品资料

功能清单
思维导图
安装教程
CRMEB开源商城下载 源码下载 CRMEB帮助文档 帮助文档
返回顶部 返回顶部
CRMEB客服