This is a Docker configuration for running LocomotiveCMS Engine v3.1.1 in a Docker container. Two containers, actually: one for the MongoDB image, and another for Locomotive Engine. Uses Docker Compose to run.
git clone [email protected]:brentkearney/docker-locomotive.git
cd docker-locomotive
docker-compose up
The first time you run, the database and configuration files will be generated. Take note of the output, ^C to quit, edit the config files as necessary. Start with docker-compose up -d
when you are ready to run it in the background.