From e384d1d86233c44e8841bc03bd342dd0efa0dbb0 Mon Sep 17 00:00:00 2001 From: Brian Broll Date: Mon, 13 Jul 2020 09:33:20 -0500 Subject: [PATCH] Fix docker cmd flags location. Fixes #1757 (#1758) --- docs/deployment/quick_start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/quick_start.rst b/docs/deployment/quick_start.rst index 81be87d33..ac5bd23e8 100644 --- a/docs/deployment/quick_start.rst +++ b/docs/deployment/quick_start.rst @@ -57,7 +57,7 @@ Then, connect to the running container: .. code-block:: bash - docker -it exec /bin/bash + docker exec -it /bin/bash and create the admin account