Serves static content from an environment variable on any URL path.
849
Docker image that serves static content from an environment variable on any URL path.
$ 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
Content type
Image
Digest
Size
42.5 MB
Last updated
over 8 years ago
docker pull goabout/static-content