Sign inSign up

goabout/static-content

By goabout

Updated over 8 years ago

Serves static content from an environment variable on any URL path.

Image
0

849

goabout/static-content repository overview

Static content Docker image

Docker image that serves static content from an environment variable on any URL path.

Docker Hub page

Usage

$ docker run -d -p 80:80 -e CONTENT='Your content here' goabout/static-content
3cd5521fab3d3416cf744508e6ec22700afe21843607680ef912f514ab37317e
$ curl http://localhost
Your content here
$ curl http://localhost/some/path
Your content here

Tag summary

Content type

Image

Digest

Size

42.5 MB

Last updated

over 8 years ago

docker pull goabout/static-content