You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
417 B
Markdown

删除所有 容器和镜像
docker stop $(docker ps -a -q) && docker system prune --all --force
docker rm $(docker ps -a -q)
配置中心文档
https://www.apolloconfig.com/#/zh/deployment/quick-start
redis 集群
https://github.com/Grokzen/docker-redis-cluster
本地 dns 系统:
https://github.com/mafintosh/dns-discovery
基于 gitea + drone + docker 的 CI 流程实践
https://zhuanlan.zhihu.com/p/266072740