docs: Added missing -i on docker-compose up command

sudo -i is needed in case you have environment variables defined like
http_proxy, without it docker will not find them.

Change-Id: Ic3b728fe7f81278d266ec7945a1cfd709c6d3ca4
This commit is contained in:
Sorin Sbarnea 2019-01-09 19:52:21 +00:00
parent 97da909bd8
commit 5fbc185236
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ docker-compose in order to start Zuul, Nodepool and Gerrit.
.. code-block:: shell
cd zuul/doc/source/admin/examples
sudo docker-compose up
sudo -i docker-compose up
All of the services will be started with debug-level logging sent to
the standard output of the terminal where docker-compose is running.