Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

webcursosti/cocorico-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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: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.

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

Languages

  • Shell 50.1%
  • Dockerfile 49.9%