https://github.com/zhan3333/docker-compose
docker-compose, docker
https://github.com/zhan3333/docker-compose
Last synced: 5 months ago
JSON representation
docker-compose, docker
- Host: GitHub
- URL: https://github.com/zhan3333/docker-compose
- Owner: zhan3333
- Created: 2019-11-07T08:22:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T03:01:06.000Z (about 5 years ago)
- Last Synced: 2025-04-14T00:50:06.324Z (about 1 year ago)
- Language: Dockerfile
- Size: 757 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 开发使用的一些镜像
## 网络
常用镜像中加入了 app 网络,便于容器件互联,实际使用时按照个人需求调整
创建 app 网络
`docker network create app`