An example docker app that simply logs incoming requests to stdout and serves its current version.
1.3K
Built from http://github.com/integrii/example-docker-app.
Example Dockerfile:
FROM integrii/example-docker-app
ENV VERSION="My Version 1.0"
EXPOSE 80
ENTRYPOINT /app/app
Content type
Image
Digest
Size
255.5 MB
Last updated
almost 9 years ago
docker pull integrii/example-docker-app