Google App Engine Python Runtime To build the images for now: docker build -t gcp/python-base base docker build -t gcp/python-onbuild onbuild Then, you can run the hello sample: docker build -t python-hello hello docker run -t -p 8080 python-hello