Skip to content

Commit

Permalink
Fix docker cmd flags location. Fixes #1757 (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Jul 13, 2020
1 parent 8f407ef commit e384d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Then, connect to the running container:

.. code-block:: bash
docker -it exec <container ID> /bin/bash
docker exec -it <container ID> /bin/bash
and create the admin account

Expand Down

0 comments on commit e384d1d

Please sign in to comment.