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

A) To disconnect a container from 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 disconnect is a command for disconnecting a container from a Docker network. It allows developers to remove a container from a network and free up network resources.

...