DEV Community

Eliyahou
Eliyahou

Posted on

Docker & images

In the lesson we learned about building new enviroement that has an image that serves the project we want to run.
That is Docker.
we can clone any project to our computer.
the advantages of using the Docker is that we can run it seperately from other services that runs on our computer.
In that way we are sort of safe running the project, beacause we use permission to control on what the new project can tuch.
It is very easy to delete the new project without harming any other service that runs on our computer.
installetion:

Top comments (0)