Image

6.Which Docker command lists locally cached Docker images on the GitLab Runner machine?
  • A. docker ps
  • B. docker ls
  • C. docker images
  • D. docker run

docker images

docker images

7.In GitLab CI, where is the Docker image pulled from if it doesn't exist locally?
  • A. GitLab package registry
  • B. Docker Hub (by default)
  • C. GitLab cache folder
  • D. System temp storage

Docker Hub (by default)

Docker Hub (by default)