Versions Compared

Key

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

...

Run NONRTRIC Dashboard Docker Container

  • Build the code and create docker images.

          cd dashboard
          mvn clean install

  • Run docker container using this command: 
  • docker run -p 8080:8080 --network=nonrtric-docker-net nonrtric-dashboard:1.0.0-SNAPSHOT

...