Versions Compared

Key

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

...

SDN-R is an extension of CCSDK (Common Controller Software Development KIt), and SDN-R uses the same procedure as CCSDK to create a running instance.   To begin, clone the ccsdk/distribution repository and look at the docker-compose.yml file in ccsdk/distribution/src/main/yaml.  The file is shown below with annotations (master branch, July 25, 2014).

Image Removed

  This file creates a running instance of CCSDK that is made up of three containers:

...

Here are annotated contents of that file (master branch July 2425, 2018, version 0.3.0-SNAPSHOT).


Image Modified

Executing this docker-compose.yml file will create and launch the containers.  Below is a sample terminal session.  Navigate to <path>/ccsdk/distribution/src/main/yml and enter these commands (the credentials to login to NEXUS_DOCKER_REPO are docker:docker):

...