Docker images for Symfony Applications Profiling Workshop
1.6K
This repository is meant to be used to ease the initial setup of the Backfire Workshop Symfony application.
To be more convenient, this repository exposes several tags, one for each tool used during the workshop:
xdebug for Xdebugxhprof for XHProfbackfire (or latest) for BlackfireJust run docker run --rm -it -v $(pwd):/app tucksaun/blackfire-workshop:<tag>.
Blackfire is a special case as it requires a link to a Blackfire agent container:
docker run -d --name blackfire -e BLACKFIRE_SERVER_ID -e BLACKFIRE_SERVER_TOKEN blackfire/blackfire
docker run --rm -it -v $(pwd):/app --link blackfire:blackfire tucksaun/blackfire-workshop
Content type
Image
Digest
sha256:89dc49c0b…
Size
120.5 MB
Last updated
about 11 years ago
docker pull tucksaun/blackfire-workshop