aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/usage/ddev-stop.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/usage/ddev-stop.md')
-rw-r--r--doc/src/usage/ddev-stop.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/usage/ddev-stop.md b/doc/src/usage/ddev-stop.md
new file mode 100644
index 0000000..9822f61
--- /dev/null
+++ b/doc/src/usage/ddev-stop.md
@@ -0,0 +1,9 @@
+# ddev stop
+
+Stops the environment and all the containers. Useful when you're done with
+your session for now, but may want to continue at a later time.
+
+**Example:**
+```bash
+$ ddev stop
+```