pinba_engine icon indicating copy to clipboard operation
pinba_engine copied to clipboard

Where's the Dockerfile?

Open pmontepagano opened this issue 8 years ago • 5 comments

There's a Docker image in Docker hub but I cannot find the Dockerfile to build/adapt it.

pmontepagano avatar Jun 28 '16 20:06 pmontepagano

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

dinamic avatar Feb 21 '17 15:02 dinamic

@tony2001 can you please share Dockerfile with us?

alexanderilyin avatar Jun 19 '18 03:06 alexanderilyin

@tony2001 can you please share Dockerfile with us?

g3rhard avatar Dec 05 '18 09:12 g3rhard

There's Pimba2 now. Here's the Dockerfile for it:

  • https://github.com/badoo/pinba2/blob/master/Dockerfile

dinamic avatar Dec 05 '18 11:12 dinamic

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

gggeek avatar Dec 02 '22 16:12 gggeek