Sign inSign up

theanurin/http-echo

By theanurin

Updated over 2 years ago

Image
0

3.8K

theanurin/http-echo repository overview

Docker Image Version Docker Image Size Docker Pulls Docker Stars

HTTP-ECHO

Using Dockerfile

Docker creates an image to change the background-color of your application in the browser

Image reason

  • Changed background color

Spec

Environment variables

  • ECHO_BG_COLOR- This variables passes the names of the color to change background color
  • ECHO_PORT- This variables passes the names of the port

Expose ports

  • tcp/8080 - http-echo listening endpoint

Build and Launch

docker build \
  --tag echo \
  --file docker/Dockerfile \
  .

docker run --rm --interactive --tty \
  --env "ECHO_PORT=8080" \
  --env "ECHO_BG_COLOR=#ff0000" \
  --publish 8080:8080 \
  echo

Support

Tag summary

Content type

Image

Digest

sha256:bc2866707

Size

34.5 MB

Last updated

over 2 years ago

docker pull theanurin/http-echo