DEV Community

yaellevy
yaellevy

Posted on

Docker

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.

Heroku

Deploy with ease. Manage efficiently. Scale faster.

Leave the infrastructure headaches to us, while you focus on pushing boundaries, realizing your vision, and making a lasting impression on your users.

Get Started

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

If this article connected with you, consider tapping ❤️ or leaving a brief comment to share your thoughts!

Okay