https://github.com/lagden/compose-issue
Apenas um show
https://github.com/lagden/compose-issue
docker docker-compose example issue
Last synced: 3 months ago
JSON representation
Apenas um show
- Host: GitHub
- URL: https://github.com/lagden/compose-issue
- Owner: lagden
- Created: 2020-09-24T03:55:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T05:28:27.000Z (over 5 years ago)
- Last Synced: 2025-03-25T09:51:42.940Z (10 months ago)
- Topics: docker, docker-compose, example, issue
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compose Issue
This is a example for issue: https://github.com/docker/compose/issues/7790
## Problem
To reproduce the problem, follow the steps below:
1. Run `docker-compose up`
2. **Problem:** Error caused by `deploy.resources.reservations.cpus` validation
3. Comment property `deploy.resources.reservations.cpus` in `docker-compose.yml` (line 15)
3. Run again `docker-compose up`
4. OK
## License
MIT © [Thiago Lagden](https://github.com/lagden)