Skip to content

RHC4TP/ubi8-httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

UBI 8 Apache web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published