Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 377 Bytes

File metadata and controls

15 lines (12 loc) · 377 Bytes

ubi8-httpd

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.

Build with buildah

$ buildah bud -t rhc4tp/ubi8-httpd .

Run and test with podman

$ podman run -d -p 80:80 localhost/rhc4tp/ubi8-httpd
$ curl http://localhost:80