Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Davepar/docker-webapp2
An example of moving a Google App Engine webapp2 app to Docker.
https://github.com/Davepar/docker-webapp2
Last synced: 3 months ago
JSON representation
An example of moving a Google App Engine webapp2 app to Docker.
- Host: GitHub
- URL: https://github.com/Davepar/docker-webapp2
- Owner: davepar
- License: apache-2.0
- Created: 2014-07-23T18:04:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-25T19:49:31.000Z (over 10 years ago)
- Last Synced: 2024-04-11T23:54:33.823Z (7 months ago)
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - docker-webapp2 - An example of moving a Google App Engine webapp2 app to Docker. (Python)
README
# docker-webapp2
## Github
The Github repository contains two things. First is a Dockerfile used to build a Docker image at https://registry.hub.docker.com/u/davepar/webapp2/.The second part is a Google App Engine application for a tutorial on moving from App Engine to Docker. It's located at https://github.com/Davepar/docker-webapp2/wiki/Tutorial---part-1
## Docker Hub
If you're reading this on Docker Hub, you're looking at a Docker image that contains webapp2, it's prerequisites, and Werkzeug for running an HTTP server. The main purpose for this image is to run the tutorial, but it could be used as the basis to run any webapp2 application.