Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.