Docker instructions
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now FROM – creates a layer from the base imageeg : FROM ubuntu:18.04 MAINTAINER – The MAINTAINER instruction allows you to set the Author field of the generated images.RUN – builds your application with makeeg : RUN make /appCMD – specifies what command to run within the containerLABEL – The LABEL instruction adds metadata to
Read more