X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2FREADME-O-RU-Controller.md;h=c57a696a38512a9cbab400a1589c0511ee41722e;hb=b20bf52a84bf13a89edc37f6702f8441e0e0fe01;hp=56c15db68bff2ca6980b4bc54875b8b975df75b0;hpb=d6013345acc29b162ffb13d9b5b2bef61ec033ca;p=oam.git diff --git a/solution/README-O-RU-Controller.md b/solution/README-O-RU-Controller.md index 56c15db..c57a696 100644 --- a/solution/README-O-RU-Controller.md +++ b/solution/README-O-RU-Controller.md @@ -32,8 +32,8 @@ Please follow the required docker daemon configuration as documented in the foll ### Docker Compose ``` -$ docker-compose version -Docker Compose version v2.16.0 +$ docker compose version +Docker Compose version v2.17.2 ``` ### GIT @@ -95,10 +95,10 @@ The following commands should be invoked. More detailed can be found in the next chapters. ``` -docker-compose -f smo/common/docker-compose.yml up -d +docker compose -f smo/common/docker-compose.yml up -d python smo/common/identity/config.py -docker-compose -f smo/oam/docker-compose.yml up -d odlux controller -docker-compose -f network/docker-compose.yml up -d ntsim-ng-o-ru-fh-11221 +docker compose -f smo/oam/docker-compose.yml up -d odlux controller +docker compose -f network/docker-compose.yml up -d ntsim-ng-o-ru-fh-11221 python network/config.py ``` @@ -131,7 +131,7 @@ In the O-RU Controller UI you should see the generated alarm notifications of th To stop all container please respect the following order ``` -docker-compose -f network/docker-compose.yml down -docker-compose -f smo/oam/docker-compose.yml down -docker-compose -f smo/common/docker-compose.yml down +docker compose -f network/docker-compose.yml down +docker compose -f smo/oam/docker-compose.yml down +docker compose -f smo/common/docker-compose.yml down ```