Skip to content

jupegarnica/noop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noop

Do nothing image.

It is used to disable services overriding a docker compose file.

Publish to docker hub: jupegarnica/noop

Based on busybox

Usage

# compose.yml
services:
  web:
    image: node
    # ...
# compose.prod.yml
services:
  web:
    image: jupegarnica/noop
docker-compose -f compose.yml -f compose.prod.yml up

Features

  • 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.

About

docker noop image to override a useful one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages