Docker--Apollo-configservice

Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.

This repository hosts the apollo config service image for Apollo Configuration Center⁠.

Run with:

复制代码
docker run -p 8080:8080 \
    -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloConfigDB?characterEncoding=utf8" \
    -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e SPRING_DATASOURCE_PASSWORD=FillInCorrectPassword \
    -d -v /tmp/logs:/opt/logs --name apollo-configservice apolloconfig/apollo-configservice:${version}
相关推荐
一只栖枝21 分钟前
华为 HCIE 大数据认证中 Linux 命令行的运用及价值
大数据·linux·运维·华为·华为认证·hcie·it
wuicer2 小时前
ubuntu 20.04 安装anaconda以及安装spyder
linux·运维·ubuntu
小晶晶京京5 小时前
day34-LNMP详解
linux·运维·服务器
fengyehongWorld5 小时前
Linux crontab定时任务
linux·运维
碎像6 小时前
Linux上配置环境变量
linux·运维·服务器
40kuai6 小时前
kubernetes中数据存储etcd
容器·kubernetes·etcd
敲上瘾7 小时前
Linux系统cgroups资源精细化控制基础
linux·测试工具·docker·压力测试·cgroups
sunflower_w7 小时前
linux I2C核心、总线与设备驱动
linux·运维·服务器
myzzb8 小时前
基于uiautomation的自动化流程RPA开源开发演示
运维·python·学习·算法·自动化·rpa
Harvey_D8 小时前
【部署K8S集群】 1、安装前环境准备配置
云原生·容器·kubernetes