Docker - in CI/CD
Which Docker command is used to build an image in a CI/CD pipeline?
docker build command creates an image from a Dockerfile.docker run starts containers, docker push uploads images, and docker commit saves container changes as images.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions