diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-04-09 15:32:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-09 15:32:37 +0000 |
commit | d1a63a6b35566d81b7282d4c2e08cb6a1f3857db (patch) | |
tree | e586fb5d1ef3e5a1ca1825cb4890675720f40e3a /docs/sections/services/dfc/installation.rst | |
parent | 19a9d30db357ed9dbebb0f52dc95c14307ec3bb4 (diff) | |
parent | c762eb18c16f5cf05ac79312bd24a7a8ab1aa664 (diff) |
Merge "Update documentation"
Diffstat (limited to 'docs/sections/services/dfc/installation.rst')
-rw-r--r-- | docs/sections/services/dfc/installation.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/sections/services/dfc/installation.rst b/docs/sections/services/dfc/installation.rst index ffaa580e..a0fe4429 100644 --- a/docs/sections/services/dfc/installation.rst +++ b/docs/sections/services/dfc/installation.rst @@ -22,4 +22,5 @@ Installation The following command will download the latest datafile container from
nexus and launch it in the container named "datafile":
- ``docker run -d -p 8100:8100 -p 8433:8433 nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile``
+ ``docker run -d -p 8100:8100 -p 8433:8433
+ nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:latest``
|