Sign inSign up

tchughesiv/systemd-httpd

By tchughesiv

Updated over 9 years ago

Non-root systemd example image w/ arbitrary uid support for OpenShift... runs httpd & crond.

Image
0

10K+

tchughesiv/systemd-httpd repository overview

Atomic

$ atomic run tchughesiv/systemd-httpd

OR (on RHEL docker)

$ docker run -tdi -p 8080:80 tchughesiv/systemd-httpd

OR (non-RHEL docker)

$ docker run -tdi -p 8080:80 -v /sys/fs/cgroup:/sys/fs/cgroup:ro --tmpfs /run --tmpfs /tmp tchughesiv/systemd-httpd

OpenShift deploy

$ oc new-project systemd $ oc new-app https://raw.githubusercontent.com/RHsyseng/container-rhel-examples/master/starter-systemd/systemd-ocp-template-centos7.yaml

Tag summary

Content type

Image

Digest

Size

98.5 MB

Last updated

over 9 years ago

docker pull tchughesiv/systemd-httpd