podman build -t myhttpd -f podman run -d --name=myhttpd -p 8080:80 myhttpd curl --silent http://localhost:8080 Hello administrator COPY httpd.conf /etc/system/system/httpd.service.d/ setsebool -P container_manage_cgroup on podman generate systemd --files --name apache sudo cp ./container-apache.service /etc/systemd/system/ podman generate systemd --files --new --name apache