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