Docker - Swarm
Which of the following is the correct command to deploy a Docker service with orchestration using Docker Swarm?
docker service create to deploy services with orchestration.docker run runs a single container, docker build builds images, and docker-compose up is for Compose, not Swarm service creation.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions