diff options
author | kurczews <krzysztof.kurczewski@nokia.com> | 2018-08-03 09:33:10 +0200 |
---|---|---|
committer | kurczews <krzysztof.kurczewski@nokia.com> | 2018-08-06 07:56:00 +0200 |
commit | f7495cc5cff20f0f7bfe8d3f908a7b917f73cc44 (patch) | |
tree | 64b3142ec169bd26242e1897c54cd7776442668b /docs/installation.rst | |
parent | 67daf691099cbd800bba37266873eafb4c034a91 (diff) |
Improve docker installation
Issue-ID: VID-279
Change-Id: If592225832c2e549182ebbb888f4b92f5b91f0e3
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 54415add5..f761c6afe 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -29,3 +29,8 @@ Please follow the instructions given below, for installing VID using a Docker im #start VID server docker run -e VID_MYSQL_DBNAME=vid_openecomp_epsdk -e VID_MYSQL_PASS=YOUR_PASSWORD --name vid-server -p 8080:8080 --link vid-mariadb:vid-mariadb-docker-instance -d nexus3.onap.org:10001/onap/vid:1.2.1 +Or use docker-compose: + +.. code-block:: bash + + docker-compose up
\ No newline at end of file |