Skip to main content

Built-in commands

Built-in commands are the ones that are provided by the CLI. Project scoped commands should run from the project root directory, otherwise you will get an error.

CommandDescriptionType
dcmd up [service]Initialise a project or a service, should run again if you make a changes in your Dockerfile or docker-compose.yml fileProject
dcmd downRemove project containers and related dataProject
dcmd start [service]Start the project or a serviceProject
dcmd stop [service]Stop the project or a serviceProject
dcmd restart [service]Restart the project or a serviceProject
dcmd lsList available commandsProject
dcmd helpShow helpSystem
(sudo) dcmd updateUpdate CLISystem
dcmd template get [template_name]Install a template in .docker as a subfolder of the current directorySystem
dcmd toolbox startRun the toolbox container in the current directorySystem
dcmd proxy [configuration_file]Run the proxy with the specified configurationSystem
dcmd dns startStart the DNS serverSystem
dcmd dns stopStop the DNS serverSystem