Referring to internal organization docker repository

in maven you set your internal repository with settings.xml in docker you can just pass it to the pull command for example:
docker pull $DOCKER_REPO_HOST:$DOCKER_REPO_PORT/$REPO_NAME

Comments