Docker - The True Value
Make it Portable Baby!!! Have you ever tried to do something, I mean anything, and failed. You really tried everything to make it work, read documents, watched a youtube video, and then called the friend that told you about it in the first place. All of this to no avail. Hold on, you mean calling the friend that told you about it was no help?! Yep, that is right. They were no help especially when they said that magical phrase that we all know so well, "It worked for me". Well, that is where the beauty of Docker comes into play. Docker is what we call portable; meaning that it works the same no matter where you run it. This is because of how containers are built. Well, I should say how the images for containers are built. Before I go any further, I will tell you that I learned much of what I am putting in this post from this blog ( https://www.opensourceforu.com/2016/07/many-approaches-sandboxing-linux/ ). So how does the building of an image make a container portable? ...