...
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 To begin, clone the ccsdk/distribution repository and look at the docker-compose.yml file in ccsdk/distribution/src/main/yaml.
...
Here are annotated contents of that file (master branch Dec. 4, 2018). FYI, the The current value of the CCSDK_DOCKER_IMAGE_VERSION environment variable for the Beijing release is 0.2.4can be found in the version manifest file of the ONAP integration repository in the directory integration/version-manifest /src/main/resources/.
Executing this docker-compose.yml file will create and launch the containers. Navigate to <path>/ccsdk/distribution/src/main/yaml and enter the commands as in the sample terminal session below (the credentials to login to NEXUS_DOCKER_REPO are docker:docker). If you are executing this command for the first time, you will see output as the images are downloaded and extracted.
...