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

A) To create a custom Docker network

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by
Answer: A

Explanation: Docker network create is a command for creating a custom Docker network. It allows developers to define a custom network with a specific name, IP range, and other settings.

Related questions

0 votes
asked Apr 18 in Docker by rajeshsharma
0 votes
asked Jun 30, 2022 in Docker by sharadyadav1986
...