eucm/noop

Sponsored OSS

By Universidad Complutense de Madrid

Updated almost 5 years ago

Minimum docker image that do nothing

Image
Integration & Delivery
Networking
Operating Systems
0

100K+

Minimimum applications for docker

This repo contains just minimum applications that either:

  • Runs and exits successfully (exit code 0)
  • Prints "Goodbye!" and exits successfully (exit code 0)

Why ?

There are few edge use cases that require to have simple a docker image:

  • Since docker-compose version 3 it is not possible to define a network without a service.
  • You want to override some services.

Docker Pull Command

docker pull eucm/noop