Allowing docker container to share data or communicate between each other and outside application using few basic commands

docker file

Docker containers are like your babies. You made them, you take care of them, and you want to protect them from the outside world. Outside world is scary after all, all the bad things you can think of is in outside world. But as a mature parent you make a decision that you should be too restrictive. Docker allows you to explicitly expose little to the outside world as you need.

This article is in continuation to the below article. I assume that you know basics of creating docker file, starting and removing the images and containers. So kindly glance over the article below so we are on the same page.

#docker #devops #dockerfiles #container

Exposing Docker Container to Outside World
1.20 GEEK