Docker file options

When you create a container, it is possible to customize you image based on another one so each container can be customized by our own docker file where we can: •Define which image and version to use •Run command lines •Expose ports •Copy files from the host •Add environment variables •Define volumes. •To do so, … Continue reading Docker file options