This is a starter project for a Docker enabled CraftCMS project.
Step 1: Clone this Repository
git clone https://github.com/RYLabs/docker-craftcms.git <name_of_project>
Step 2: Installing CraftCMS
mkdir app
docker run --rm -v $(pwd)/app:/app -t rylabs/nginx-php-fpm /bin/bash -c "composer create-project craftcms/craft ."
Step 3: Start a shell in the CraftCMS container
docker-compose run --rm craft /bin/bash
Step 4: Startup Craft w/ Nginx
docker-compose up
Step 5: Go through the Web Browser Setup