-
Notifications
You must be signed in to change notification settings - Fork 42
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
Where's the Dockerfile? #54
Comments
I don't think there is one, but you can show some creativity and search in Docker hub. Quick one revealed the following results for the php client and the server: |
@tony2001 can you please share |
@tony2001 can you please share Dockerfile with us? |
There's Pimba2 now. Here's the Dockerfile for it: |
FWIW, I managed to "take control" of the tony2001/pinba docker image by extending it so that a user account is added with a proper password and accessible from other containers / the host, on container start, even without having access to the original Docker file. There are probably better ways to do that, but at least it's a start. See: https://github.com/gggeek/pinba_php/blob/master/tests/ci/images/pinba/Dockerfile |
There's a Docker image in Docker hub but I cannot find the Dockerfile to build/adapt it.
The text was updated successfully, but these errors were encountered: