Skip to content

GBT55/nomad-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Server

This is a light-weight and simple docker image that runs a simple file server and returns the MESSAGE environment variable.

Usage

To build and run:

docker buildx build . \
  --platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
  --tag gbt55/nomad-hello-world \
  --push

docker run -p 8008:8008 --env MESSAGE="¡Hola Mundo!" gbt55/nomad-hello-world

This image is hosted by DockerHub as gbt55/nomad-hello-world.

Inspiration

This repo was inspired by crccheck/docker-hello-world.

About

A simple server that displays the contents of the MESSAGE env var

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HCL 77.0%
  • Dockerfile 18.4%
  • HTML 4.6%