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