Hello dear coder, welcome to my tech articles series dedicated to Node.js and Docker. Hope you enjoy!
Problem:
You already know how to ...
For further actions, you may consider blocking this person and/or reporting abuse
Awesome, but what is the right way to take this into production? Do I clone a repo and run docker compose up on the server, or is there some relatively easy way to co-ordinate all this? I'm sure it's easy but I've never really got my head around it.
There are many ways to do it, I will try to explain it in future articles, thanks for the feedback
In Dec 2020 I have followed this tutorial and it's the only one of the eight I have reviewed that works. It's well explained, well documented, excellent citations to allow further reading and apart from the thing I noted in Part 1, I was able to follow along in VSCode perfectly. Thanks for the tutorial! now on to Part 3!
Great article but why not use the docker images from the start? That way you can avoid the installation steps.
Sorry still learning how to better structure article tutorials, will improve it
One of the greatly detailed articles. Really enjoyed reading it. ❤️
Thank you!
Simple and good explanation.
Great Article! Enjoyed reading it.
Thank you!
Awesome I loved it. Also what if I want to add some data to mongo db, which is running from docker, via terminal before hand, say an Admin user. How can I do that?