21 Days of Docker-Day 6- Introduction to Dockerfile – Part 2

Welcome to Day 6 of 21 Days of Docker. On Day 5, I mentioned some of the Dockerfile directives, let extend that concept further USER: The USER instruction sets the user name (or UID) and optionally the user group (or GID) to use when running the image and for any RUN, CMD and ENTRYPOINT instructions that follow it in the Dockerfile WORKDIR : The WORKDIR instruction sets … Continue reading 21 Days of Docker-Day 6- Introduction to Dockerfile – Part 2