Automated cherrypy-app build
1.3K
A very basic web application using the CherryPy framework and Python 3.5. The image is quite light thanks to Official python image.
$ docker run --name cpy --rm -d -p 8081:8081 avimehenwal/auto-cherrypy-app
You can point your browser to http://locahost:8080/
$ docker logs --follow cpy
$ docker stop cpy
To store, persist and query data you need a proper database server. There exist many to choose from with various paradigm support:
Content type
Image
Digest
Size
263.8 MB
Last updated
over 8 years ago
docker pull avimehenwal/auto-cherrypy-app