0 votes
in Docker by
What is the purpose of the Docker network?

A) To create and manage Docker networks

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker volumes

1 Answer

0 votes
by
Solution:A

Explanation: Docker network is a command for creating and managing Docker networks. It allows developers to create custom networks for their containers, which can be used for communication between containers or isolation from other networks.

Related questions

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