DEV Community

Philip Damwanza
Philip Damwanza

Posted on

LEARNING HOW DOCKER WORKS

Recently i have been learning a bit about docker and how it works and operates ,its importance and just everything concerning .Eventhough i am still in the process of learning how it does i have managed to grasp a few concepts on it.
SO docker simplifies work by taking or putting your codes ,packages and settings into a standardized digital box.

So far i had experienced a situation where i write a code and it works perfectly on my computer but when i try to put the same code on my friends computer the code isn't working .So there now is where now docker comes through in handy , so docker has the container which includes the exact operating system and GO version required so it is able to run on any computer

Top comments (0)