Docker 101: Create Custom Image Commands
Creating a docker image makes use of docker file. It contains specific command or syntax to tell docker what we want.
Commands
FROM:
Base image for new image
WORKDIR
Instruction is used to set the working directory for any RUN, CMD, ENTRYPOINT,...
devjobalia.hashnode.dev4 min read