Sign inSign up

berlingskemedia/bm.docker.php

By berlingskemedia

Updated about 8 years ago

The automated base image for php

Image
0

1M+

berlingskemedia/bm.docker.php repository overview

bm.docker.php7

Docker for php7

This image can run both php-fpm and php cli for consumers.

By default it will start php-fpm and listen on port 9000.

If you want to run a consumer/worker it can be started linke this:

docker run --restart=always -d bm.docker.php7 php bin/console sqs:multiple-consumer --env=prod -q

Each worker/consumer must run in its own container and the process must stay in foreground (ie. should not deamonize)

Tag summary

Content type

Image

Digest

Size

160.9 MB

Last updated

about 8 years ago

docker pull berlingskemedia/bm.docker.php:production