Docker For Beginners - Part 2
Docker in action
Instructions to run a normal node.js application:
Start with an OS.
Install Node
Copy the app file
run node app.js
In docker, we can right these above instructions in the docker file and let docker package the application.
-create ...
aaronr2020.hashnode.dev3 min read