Nails Docker Environment
A slightly opinionated, but really easy to use Docker environment for developing with Nails.
Last updated
Was this helpful?
A slightly opinionated, but really easy to use Docker environment for developing with Nails.
Last updated
Was this helpful?
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.
The easiest way to get going is to set up a new project using the . By default this will install the environment and get you going with a skeleton , , , or static installation to ./www
spin up the containers using make up
and get to work.
Alternatively install manually by downloading the environment from and place your code in the ./www
directory, then run make up
and enjoy coding