From 1e001b616a4d62a3caf164e0bca5024c9b68b4cd Mon Sep 17 00:00:00 2001 From: Michael Millar Date: Thu, 25 Jan 2018 21:21:28 +0100 Subject: [PATCH] DVL-013 removing invalid option from quick start docker-composer removal in the docs --- docs/Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Quickstart.md b/docs/Quickstart.md index 30b1dd6d..184077f1 100644 --- a/docs/Quickstart.md +++ b/docs/Quickstart.md @@ -90,7 +90,7 @@ $ docker-compose stop # Remove the stopped container (IMPORTANT!) # After the removal it will be re-created during next run -$ docker-compose rm -rf +$ docker-compose rm -f ``` #### 3.2 Services