Docker - in CI/CD
Which of the following is the correct Docker command to push an image to a registry in a CI/CD pipeline?
docker push command uploads images to a registry.docker push myimage:latest correctly pushes the image tagged 'latest'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions