0 votes
in Docker by

What is the purpose of Docker service create –name?

A) To specify a name for 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 -name is a command for specifying a name for a Docker service to be deployed to a swarm. The name can be used to refer to the service in other commands and in network communication.

Related questions

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