A Hello World web container built with Sanic, Python 3.6, and Jinja2.
467
This is a demonstration Docker container with sanic. Try it on Google Cloud by clicking below:
docker build -f Dockerfile.alpine -t hellosanic .
docker run --rm -p 8080:8080 hellosanic
my-project-name in the examples below,
but you should change this to match your project name.docker tag hellosanic gcr.io/my-project-name/hellosanic:latest
gcloud docker -- push gcr.io/my-project-name/hellosanic
Content type
Image
Digest
Size
94.3 MB
Last updated
almost 6 years ago
docker pull devries/hellosanic