https://github.com/sunhao-java/docker-images
My customized docker image of some software
https://github.com/sunhao-java/docker-images
Last synced: about 1 year ago
JSON representation
My customized docker image of some software
- Host: GitHub
- URL: https://github.com/sunhao-java/docker-images
- Owner: sunhao-java
- License: apache-2.0
- Created: 2019-02-01T06:32:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T01:47:29.000Z (over 4 years ago)
- Last Synced: 2024-10-12T08:09:25.058Z (over 1 year ago)
- Language: PHP
- Size: 24.2 MB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-images
My customized docker image of some software
# 文件目录描述
```
├── jenkins [定制化jenkins镜像,增加了jq命令,能够解析json]
│ ├── Dockerfile [docker file]
│ └── docker-compose.yml [docker-compose启动脚本]
└── yapi [yapi的镜像]
├── Dockerfile [docker file]
├── config [示例配置文件]
│ └── config.json [示例配置文件]
└── docker-compose.yml [docker-compose启动脚本]
```