Sign inSign up

artegeie/php-mongo-replicaset

By artegeie

•Updated over 10 years ago

php-mongo-replicaset

Image
0

682

artegeie/php-mongo-replicaset repository overview

⁠php-mongo-replicaset

This docker container can be used to execute unit tests with a mongodb database (configure with a replicaset).

By default, command starts mongodb and run phpunit with configuration file into /data/app directory. It is not very elegant because mongo and php are started in the same container but it is easier.

⁠To build the container

$ docker build -t artegeie/php-mongo-replicaset .

⁠To run the container

Container must be run with privileged mode (due to mongodb) :

$ cd my-symfony2-project/
$ docker run -it --privileged=true --rm -v `pwd`:/data -w /data artegeie/php-mongo-replicaset

Tag summary

Content type

Image

Digest

Size

360.5 MB

Last updated

over 10 years ago

docker pull artegeie/php-mongo-replicaset