Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 633 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 633 Bytes

Mongo Express Wget

A Mongo Express extension Docker image with GNU Wget used to health checking services.

Usage

The image is published to both:

  • GitHub Container Registry:
docker image pull ghcr.io/game-sales-analytics/mongo-express-wget:latest
  • DockerHub:
docker image pull docker.io/xeptore/mongo-express-wget:latest

Why?

Because there are some options required for testing service healthiness which are not available in the default Alpine-based Mongo Express image, which comes with busybox utilities.