Environment Variables in Docker and Docker Compose - Part 1. ARG and ENV
Introduction
◯ Commands
ENV
Once set, it can be used thereafter
ARG
Once set, it can be used thereafter, except in the following cases
CMD, ENTRYPOINT
RUN export, RUN source
Can only be used when set
◯ Options
During Docker image build
Key...
zundamon.hashnode.dev3 min read