Skip to content

RHC4TP/ubi8-tornado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ubi8-tornado

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.

Build with buildah

$ buildah bud -t rhc4tp/ubi8-tornado .

Run and test with podman

$ podman run -d -p 8888:8888 localhost/rhc4tp/ubi8-tornado
$ curl http://localhost:8888

About

UBI 8 Python Tornado server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published