+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fedora-cloud/Fedora-Dockerfiles
+
+
+
+
+
+ -
+
+
- + + + Watch + + + 47 + + + + +
- + + + Star + + + + 204 + + + + +
- + + + Fork + + + + 140 + + +
+
+ fedora-cloud/Fedora-Dockerfiles
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+HTTPS clone URL
+
+
+
+
+
+
+
+
+
+
+
+Subversion checkout URL
+
+
+
+
+
+
+You can clone with
+ or .
+
+
+
+
+
+
+
+ Download ZIP
+
+
+
+
+
+Permalink
+
+
+
+
+
+
+
+
+
+
+
+ Branch:
+ master
+
+
+
+
+
+
+
+
+
+
+ Switch branches/tags
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ f21
+
+
+
+
+
+ f22
+
+
+
+
+
+ master
+
+
+
+
+
+ mattdm-add-fpaste
+
+
+
+
+
+ tools-fix
+
+
+
+
+ Nothing to show
+
+
+
+
+
+
+
+
+ Nothing to show
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Jump to Line
+
+
+
+
+
+
++ | #!/bin/bash | +
+ | + | +
+ | # Make sure we're not confused by old, incompletely-shutdown httpd | +
+ | # context after restarting the container. httpd won't start correctly | +
+ | # if it thinks it is already running. | +
+ | rm -rf /run/httpd/* /tmp/httpd* | +
+ | + | +
+ | exec /usr/sbin/httpd -D FOREGROUND | +
+
+
+