UBI 8 Python Tornado server
This Dockerfile defines an image for building a Red Hat Universal Base Image (UBI) 8 that runs a Tornado Python web server.
$ buildah bud -t rhc4tp/ubi8-tornado .
$ podman run -d -p 8888:8888 localhost/rhc4tp/ubi8-tornado
$ curl http://localhost:8888