Lines Matching full:docker
2 #===- libcxx/utils/docker/build_docker_image.sh ----------------------------===//
23 Docker-specific:
25 -d|--docker-repository docker repository for the image
26 -t|--docker-tag docker tag for the image
28 Required options: --source and --docker-repository.
32 will produce two docker images:
53 -d|--docker-repository)
58 -t|--docker-tag)
71 command -v docker >/dev/null ||
73 echo "Docker binary cannot be found. Please install Docker to use this script."
83 echo "Required argument missing: --docker-repository"
106 docker build -t "${DOCKER_REPOSITORY}${DOCKER_TAG}" \