0 votes
in Docker by
What is a Docker network?

A) A virtual network that connects Docker containers

B) A physical network that connects Docker nodes

C) A way to manage Docker images

D) A way to manage Docker containers

1 Answer

0 votes
by
Solution:A

Explanation: A Docker network is a virtual network that connects Docker containers
...