Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article helps you to deploy the nonrtric components using docker compose.

Table of Contents

Nonrtric

...

without A1 Controller

Nonrtric

...

with A1 Controller


In folder nonrtric/docker-compose/

...


The docker-compose.yml file will create an entire nonrtric system with one command:
docker-compose up

Two docker-compose files are provided in this folder:

Nonrtric without A1 Controller

nosdnc/docker-compose.yml
This file is to create nonrtric system without sdnc a1-controller

Nonrtric with A1 Controller

sdnc/docker-compose.yml
This file is to create nonrtric system with sdnc a1-controller

Howto:
cd nosdnc/
docker-compose up

...