pinba_engine
pinba_engine copied to clipboard
Where's the Dockerfile?
There's a Docker image in Docker hub but I cannot find the Dockerfile to build/adapt it.
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:
- https://github.com/Scorcher/rugion-docker/tree/master/pinba-server
- https://github.com/axiles89/php
@tony2001 can you please share Dockerfile
with us?
@tony2001 can you please share Dockerfile with us?
There's Pimba2 now. Here's the Dockerfile for it:
- https://github.com/badoo/pinba2/blob/master/Dockerfile
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