Skip to content

Cocolabs-SAS/cocorico-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:80 -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

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

Also you can control processes with Supervisor: http://localhost:9001

Connect to the container:

docker exec -it --user cocorico cocorico sh

Stop the container:

docker kill cocorico && docker rm cocorico

License

Cocorico-Docker is released under the MIT license.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published