0 votes
in Docker by
What is the purpose of Docker service create?

A) To create a Docker service to be deployed to a swarm

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by

Answer: A

Explanation: Docker service create is a command for creating a Docker service to be deployed to a swarm. It allows developers to specify the image to use, the number of replicas to create, and other settings.

Related questions

0 votes
asked Apr 23 in Docker by john ganales
0 votes
asked Apr 23 in Docker by john ganales
...