Posts for: #Docker
Pass Parameters to Docker Build
ARG in Dockerfile
The
ARG
instruction defines a variable that users can pass at build-time to the builder with the docker build command using the--build-arg <varname>=<value>
flag. More details at docs.docker.com