V
V
vostotskiy2018-03-07 12:44:59
MongoDB
vostotskiy, 2018-03-07 12:44:59

Are there ready-made Docker configurations for the MEAN project to allow collaborative development?

Good day to all.
There is a need to develop a simple project on the MEAN stack with Angular 4 (Angular-CLI), which needs to be developed remotely.
I worked with Docker quite a bit, I understand its importance in the development process, but I have little experience and time for configuring it myself.
I want to look for ready-made container configurations so as not to install all the tools on the system.
Also, if possible, please advise how to correctly create migrations using Docker so that you can jointly develop a project with a layout designer with the launch of a migration. Although, I believe that you need to dump the filled base and just run it in the docker shell the first time the container is initialized.
Perhaps someone has already used ready-made configurations that I did not stumble upon in the process of searching, I would be very grateful for hints or links in the right direction!
All the best!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yerlan Ibraev, 2018-03-07
@mad_nazgul

Docker is not for development.
Docker for application/service delivery.
Those. if you need, for example, to develop a database.
Then you can use a docker container with a configured database.
But deploying the entire toolchain for web development in dockers ... Of
course, you can, but in my opinion, the game is not worth the candle.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question