Do nothing image.
It is used to disable services overriding a docker compose file.
Publish to docker hub: jupegarnica/noop
Based on busybox
# compose.yml
services:
web:
image: node
# ...# compose.prod.yml
services:
web:
image: jupegarnica/noopdocker-compose -f compose.yml -f compose.prod.yml up- Exit with code 0
- Do not log
- Light image: 760.86 KB
- If LOG environment it will log it to stdout
- If EXIT_CODE environment it will exit with it.