Skip to content

Instantly share code, notes, and snippets.

@Starraider
Last active August 26, 2020 05:21
Show Gist options
  • Save Starraider/917e84487cb6f6286e7338beb0597504 to your computer and use it in GitHub Desktop.
Save Starraider/917e84487cb6f6286e7338beb0597504 to your computer and use it in GitHub Desktop.
Most important DDEV commands

Most important DDEV commands

Working with containers

Start a container:

ddev start

Stop a container:

ddev stop

Restart a container:

ddev restart

Stop all running containers:

ddev poweroff

Get info about installed services:

ddev describe 

Working inside a container

Single command execution:

ddev exec <command>

Interactive bash:

ddev ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment