/cocorico-docker

The official Cocorico docker image that give you the ability to run Cocorico out of the box.

Primary LanguageShellMIT LicenseMIT

Cocorico Docker

Cocorico-Docker

Docker Stars Docker Pulls Docker Automated build Docker Build Status License

The official Cocorico docker image that give you the ability to run Cocorico out of the box.

Requirements

Usage

Start the container:

docker run --name cocorico -ti -p 80:8000 -p 3306:3306 -p 9001:9001 -p 27017:27017  -v `pwd`:/cocorico -v `pwd`/tmp/mysql:/var/lib/mysql -v `pwd`/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico

Follow the progress of the installation: http://localhost:9001/logtail/cocorico

Once the symfony server is running, enjoy Cocorico: http://localhost

Connect to the container:

docker exec -it --user cocorico cocorico /bin/sh

Stop the container:

docker kill cocorico && docker rm cocorico

License

Cocorico-Docker is released under the MIT license.