Commands
A quick run-down of the day-to-day commands for setting up and interacting with the containers.
This environment is, more or less, just a wrapper for docker-compose
with some sparkle sprinkled on top; to make life a little easier we use a Makefile
to wrap up some of the common commands.
Day-to-day, you'll likely use up
, build
, and down
when working with this stack, but the following are available by default:
Command
Value
build
build-containers
Builds the project containers.
build-xdebug
build-blakfire
build-fresh
clean
Stop, then remove, all containers.
down
Stop all containers.
restart
Restart all containers.
seed
ssh
ssh-root
ssl-create
ssl-renew
test
test-fresh
up
watch
Feel free to add your own, as per your project's needs.
Last updated
Was this helpful?