Dockerfile: series of commands used to create an image. Below is an explanation of some of the basic commands you can use inside: # an existing docker image that contains some of the functionality you need (like node.js, or java drop wizard, etc): FROMÂ some_img_name MAINTAINERÂ your name <your@email.com> # any commands you need to run as […]