Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (47.6k points)

Is it a good idea to use the Docker as a local development environment?

1 Answer

0 votes
by (106k points)

Absolutely, it is a very good idea to use Docker for development and production environment locally. On development environment, Docker can make your work very easy:

  1. It can save you time.

  2. It can simplify or automate your workflow.

I personally use Docker every day on my local development environment to run MongoDB, Nginx and start web apps. One instance or many. One version or many. If you want to learn Docker then I would suggest you must take up the following Docker training Course. You can also watch the following Docker video tutorial to learn more about it.

Browse Categories

...