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

A) To view detailed information about a 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 inspect is a command for viewing detailed information about a Docker network, including the IP addresses and containers connected to the network. It can be useful for troubleshooting and debugging network connectivity issues.

Related questions

0 votes
asked Apr 21 in Docker by rajeshsharma
0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
...