Dockerfile – introduction According to Docker’s official documentation, Dockerfile is a text file that contains all commands, in order, needed to build a given image. It defines: source image, list of commands executed while creating the image, list of commands to automatic run, open network port, volumes with databases. Syntax List of the most critical […]