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

A) To connect a container to 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 connect is a command for connecting a container to a Docker network. It allows developers to specify which network a container should be connected to and assign it a unique IP address on that network.

Related questions

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