Sunday, November 8, 2020

Docker and Docker in aws

 +
















RUN - command triggers while we build the docker image.  A Dockerfile can have many RUN steps that layer on top of one another to build the image.

CMD - command triggers while we launch the created docker image.


ref: 




No comments:

Post a Comment

Autoboxing and Unboxing

  Autoboxing  is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper cl...