X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide.rst;h=19437b9a9fd3b6f5dc0c4d486f8b60158187e342;hb=15cfc9c3834a5c77b0cfbbe8b6cb0c576db140e6;hp=620f39604c72c43b7f2aaf6872c72aec055bedb9;hpb=2bdf69224c9ee6e37195d6000d28271175a8056e;p=o-du%2Fl2.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 620f39604..19437b9a9 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -66,17 +66,17 @@ II. Execution - Using Docker Images The call flow between O-DU High and CU Stub can be achieved by executing docker containers. - Pull the last built docker images: - - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:6.0.1 - - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:6.0.1 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:6.0.2 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:6.0.2 - Run CU Stub docker: - docker run -it --privileged --net=host --entrypoint bash - nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:6.0.1 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:6.0.2 - ./cu_stub - Run ODU docker: - docker run -it --privileged --net=host --entrypoint bash - nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:6.0.1 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:6.0.2 - ./odu