X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide.rst;h=60bdf1cf6b09d2f81f0adde068d003e4444174cf;hb=99cc1e7c080c94c4f977e19cce0a200d2b8e502d;hp=990ab0b18536276f47a061f2ead93b3c404b0f82;hpb=8133a1985d2c53074af88c44edfb9231af64b433;p=o-du%2Fl2.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 990ab0b18..60bdf1cf6 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:3.0.1 - - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:3.0.1 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:5.0.2 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.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:3.0.1 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.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:3.0.1 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:5.0.2 - ./odu