what does network mean in docker ?

Akilli

New member
13 Mar 2024
4,583
0
0
What does network mean in Docker?
Docker networking allows you to attach a container to as many networks as you like. You can also attach an already running container. Go ahead and attach your running web app to the my_bridge . $ docker network connect my_bridge web. Open a shell into the db application again and try the ping command.