3 ways to dockerize existing Node.js app
Imagine you have Node.js app you would like to run from within Docker container. Maybe you want to check if it still works on ‘another’ …
Blog about DevOps, distributed applications and microservices
Imagine you have Node.js app you would like to run from within Docker container. Maybe you want to check if it still works on ‘another’ …
What’s Docker. On the surface Docker looks like another virtual machine (VM). Just pick Ubuntu image with hello-world app inside, type docker run ubuntu hello-world in your terminal of choice, …
Recently I was asked to build a small internal app: dynamic dashboard for one of our projectors, which are hanging all over the office and display some company info …