Nails Docker Environment

A slightly opinionated, but really easy to use Docker environment for developing with Nails.

Overview

The Nails Docker Environment is a preconfigured environment which uses multiple Docker containers, orchestrated by docker-composer, and managed using a Makefile.

Its purpose is to reduce dependency clashes and bring consistency across projects with shared commands for building, testing, seeding, etc.

Getting Started

The easiest way to get going is to set up a new project using the Nails Command Line Tool. By default this will install the environment and get you going with a skeleton Nails, Laravel, WordPress, or static installation to ./www spin up the containers using make up and get to work.

Alternatively install manually by downloading the environment from GitHub and place your code in the ./www directory, then run make up and enjoy coding

Last updated

Was this helpful?