Sign inSign up

tucksaun/blackfire-workshop

By tucksaun

Updated about 11 years ago

Docker images for Symfony Applications Profiling Workshop

Image
1

1.6K

tucksaun/blackfire-workshop repository overview

Blackfire Workshop Docker Repository

This repository is meant to be used to ease the initial setup of the Backfire Workshop Symfony application.

Usage

To be more convenient, this repository exposes several tags, one for each tool used during the workshop:

  • xdebug for Xdebug
  • xhprof for XHProf
  • backfire (or latest) for Blackfire

Just 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

Tag summary

Content type

Image

Digest

sha256:89dc49c0b

Size

120.5 MB

Last updated

about 11 years ago

docker pull tucksaun/blackfire-workshop