November 2019
Intermediate to advanced
408 pages
9h 56m
English
We want to have the version available inside the image. Because the image is immutable, doing so during the build process is the objective. The limitation we need to overcome here is that the Dockerfile process does not allow us to execute commands on the host, only inside the container. We need to inject those values in the Docker image while building.
Read now
Unlock full access