Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile based on php:7.1-apache image #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nolith
Copy link

@nolith nolith commented Sep 25, 2017

Hello, I wanted to test CGP but not having any apache+PHP server available I made a Dockerfile.

I made a master build available at https://quay.io/repository/nolith/cgp

In general, if you want to build it yourself it's just

docker build -t cgp .

And then you can run it with

docker run --rm -p 8080:80 \
  -v /path/to/your/rdd:/var/lib/collectd/rrd \
  -v /usr/share/collectd:/usr/share/collectd:ro \
  cgp

and then open http://localhost:8080

@jrhunger
Copy link

jrhunger commented Dec 14, 2023

Just a note for anyone else searching and finding this. You can go as new as php:7.2-apache but PCRE incompatible changes cause an issue starting at 7.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants