blob: 49ef2716a692faa071e5dd8b5e693f9a6bed9580 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# ddev start
Starts the environment and boots all the conteiner. This works both to start a
previously stopped environment, and to start the environment the first time.
**Example:**
```bash
$ ddev start
```
|