Versions Compared

Key

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

...

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 commands in the sample terminal session below (the credentials to login to NEXUS_DOCKER_REPO are docker:docker):.  You will see more output if you are downloading the images for the first time.

Code Block
titleLaunching CCSDK
%: cd ~/git/ccsdk/distribution/src/main/yaml/
%: echo $NEXUS_DOCKER_REPO
nexus3.onap.org:10001
%: echo $CCSDK_DOCKER_IMAGE_VERSION
0.3-STAGING-latest
%: docker login $NEXUS_DOCKER_REPO
Username (docker): docker
Password:
Login Succeeded
%: docker-compose up -d
Removing happy_noether
Removing ccsdk_sdnr_container
ccsdk_db_container is up-to-date
Starting ccsdk_odlsli_container ... done
Starting ccsdk_dgbuilder_container ... done
%:

...