X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide.rst;h=1948e99631cf075054d82cd502c3f4cba1346aa6;hb=6728f585748724cc547847596e2f300d83b3ffce;hp=85660d03c944f1fc2b30550da72a03d57fcff077;hpb=535bc8328a5952ebb076c4a037281e3ebf2643eb;p=o-du%2Fl2.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 85660d03c..1948e9963 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:9.0.2 + - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.5 - docker pull nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub: - 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:9.0.2 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2-cu-stub:9.0.5 - ./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:9.0.2 + nexus3.o-ran-sc.org:10004/o-ran-sc/o-du-l2:9.0.5 - ./odu