Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected typo in a command argument.

...

Code Block
$ docker login -u docker -p docker nexus3.onap.org:10001
$ docker iamgeimage pull mariadb:10.2.14
$ docker image pull sonatype/nexus:2.14.8-01
$ docker image pull nexus3.onap.org:10001/onap/policy-pe
$ docker image tag nexus3.onap.org:10001/onap/policy-pe onap/policy-pe
$ docker image pull nexus3.onap.org:10001/onap/policy-drools
$ docker image tag nexus3.onap.org:10001/onap/policy-drools onap/policy-drools
$ docker images
REPOSITORY                                 TAG                 IMAGE ID            CREATED             SIZE
onap/policy-pe                             latest              8d3b9cec2e48        35 hours ago        1.6 GB
nexus3.onap.org:10001/onap/policy-pe       latest              8d3b9cec2e48        35 hours ago        1.6 GB
nexus3.onap.org:10001/onap/policy-drools   latest              aba8c4afcd0c        46 hours ago        1.11 GB
onap/policy-drools                         latest              aba8c4afcd0c        46 hours ago        1.11 GB
mariadb                                    10.2.14             2cbeee8bd9cf        6 months ago        399 MB
sonatype/nexus                             2.14.8-01           ee28e4c8635c        8 months ago        468 MB

...