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