How I used docker to "dockerize" a Node.js app and generate an image
Let's say we have a node application; we need to have a server that's running the same version of node, and that has also installed the same dependencies. It would work on my machine, but if someone else with a different machine tried to run it with ...
aimalcodes.hashnode.dev3 min read