X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide.rst;h=e6971fd720c269c9ec46f0231a2235ba116bad0d;hb=3a5197157c8a4ff70f26254c70ea0bbb2482423b;hp=60bdf1cf6b09d2f81f0adde068d003e4444174cf;hpb=726a82abf1f485704459e2ce3777b8bac8cc16b6;p=o-du%2Fl2.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 60bdf1cf6..e6971fd72 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:5.0.2 - - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.0.2 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:5.0.3 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.0.3 - 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:5.0.2 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:5.0.3 - ./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:5.0.2 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:5.0.3 - ./odu