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.
...