diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-03-01 11:46:12 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-03-01 11:46:12 -0800 |
commit | bcfc516053569199b87cb6e2a92456fcac50b1a2 (patch) | |
tree | 48a678280b946ac05f95e065ed6fe46e6fb001a0 | |
parent | c729d5c0b053eb7762426b78682fc0eeca033e81 (diff) |
Remove Whitespace from CVP Docker README
Change-Id: Ic880258ef8ffbcbdcf3452419dd385227567a5a3
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | cvp/docker/README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cvp/docker/README.rst b/cvp/docker/README.rst index 6aeb38aa..a58df33c 100644 --- a/cvp/docker/README.rst +++ b/cvp/docker/README.rst @@ -16,7 +16,7 @@ To deploy the OVP Dashboard perform the following steps: #. Bring the services up docker-compose up -d - + #. Navigate to the site listed in vhost.env in your browser of choice google-chrome-stable http://ovp.localhost @@ -25,5 +25,5 @@ To deploy the OVP Dashboard perform the following steps: If you're using the default sitename 'ovp.localhost', you'll need to add the following line to /etc/hosts: - + 127.0.0.1 ovp.localhost |