-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Clive Walkden edited this page Jun 20, 2025
·
1 revision
The commands available in Anvil are:
-
check: Checks the current Docker environment and configuration. -
cleanup: Cleans up the Docker environment by removing project containers, images, and volumes. -
optimise: Optimizes the Docker environment by cleaning up unused resources. -
restart: Restarts the Docker containers using the current configuration. -
start: Starts the Docker containers using the synced templates. -
status: Displays the status of the Docker containers. -
stop: Stops the running Docker containers. Use the--optimiseflag to clean up unused resources. -
sync: Syncs the Docker template files based on the configuration. Use the--forceflag to overwrite existing files.