Login
Remember
Register
Ask a Question
What is the purpose of Docker network create?
0
votes
asked
Apr 21, 2024
in
Docker
by
rajeshsharma
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
docker
network
create
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 21, 2024
by
rajeshsharma
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.
...