Sign inSign up

dannyben/echo

By dannyben

Updated over 2 years ago

A web server that echoes the request back

Image
0

661

dannyben/echo repository overview

Echo Webserver

Source on GitHub | Image on Docker Hub


This is a simple webserver that echoes the request information back.

Usage

$ docker run --rm -p 3000:3000 dannyben/echo

Advanced Usage

If you want to use the development (non-docker) version:

  1. Clone the repository
  2. Run bundle to install dependencies
  3. Run rackup -p 3000 -o 0.0.0.0

Tag summary

Content type

Image

Digest

sha256:9ba5a3239

Size

101.2 MB

Last updated

over 2 years ago

docker pull dannyben/echo