Skip to content
forked from zywayh/docker

docker测试环境安装及部署

Notifications You must be signed in to change notification settings

txrGithub/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

21 Commits

Repository files navigation

docker

docker 服务器测试环境搭建使用的整个目录结构及可能使用到的脚本文件

目录结构

目录简介
build镜像编译文件目录
compose常用的docker-compose.yml
data镜像映射目录
project存放项目的目录
shell封装的脚本(可执行)文件

build目录介绍

目录简介
grailsgrails运行镜像编译文件
sentinelredis-sentinel运行镜像编译文件
solrsolr运行镜像编译文件(内置了ik分词器)

compose目录介绍

目录简介
activemq
certbot
elk
eureka
eureka-ha
jenkins
kafka
mysql
nginx
openresty
redis
redis-sentinel
registry
solr
zookeeper
zookeeper-ha

shell目录介绍

目录简介
baksql_test.shmysql备份demo
certbot.shssl证书生成脚本
crontab.txt定时任务demo
docker-install.sh系统初始化安装docker
install-alioss.sh安装阿里oss映射,可作为存储硬盘使用
iptables-install.shlinux7防火墙关闭
mongodump.shdocker镜像mongo数据库备份数据
mysqldump.shdocker镜像mysql数据库备份数据
rc.sh开机启动脚本,添加到开机任务中,文件中的shell可启动

About

docker测试环境安装及部署

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell58.6%
  • HTML30.8%
  • Dockerfile10.6%