diff options
author | Vijay VK <vv770d@att.com> | 2019-10-08 04:47:17 +0100 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2019-10-07 23:53:14 -0400 |
commit | 09589ca17bd2451fb0ee6e970113d38170eaf819 (patch) | |
tree | 5dd5bab128d5a3bd81b7f0c3f497469a584ffd0c /docs/sections/services/dfc/installation.rst | |
parent | 1bba7ea8b9109e23c48af2a435745553f581f1b9 (diff) |
El-alto rls notes updates5.0.1-ONAP
Change-Id: I07e6e2fcbf8b23c501e954644187a956cc22b161
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-1669
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Diffstat (limited to 'docs/sections/services/dfc/installation.rst')
-rw-r--r-- | docs/sections/services/dfc/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sections/services/dfc/installation.rst b/docs/sections/services/dfc/installation.rst index e50d0351..6f1c91e1 100644 --- a/docs/sections/services/dfc/installation.rst +++ b/docs/sections/services/dfc/installation.rst @@ -60,9 +60,9 @@ Installation The following command will download the Dublin version of the datafile image 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.datafile-app-server:1.1.3``
+ ``docker run -d -p 8100:8100 -p 8433:8433 nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.2.3``
-For another version, it is possible to replace the tag '1.1.3' with any version that seems suitable (including latest).
+For another version, it is possible to replace the tag '1.2.3' with any version that seems suitable (including latest).
Available images are visible following this `link`_.
.. _link: https://nexus3.onap.org/#browse/search=keyword%3D*datafile*
|