August 2018
Intermediate to advanced
416 pages
12h 37m
English
It is best to use relative paths over absolute paths. A developer might have a certain filesystem or folder structure that does not exist in the environment where the deployment pipeline is running, so it is best to use relative paths so as not to create unintended breakages. It may be difficult at times to do this, but it is best to follow it as much as you can. Docker containers can map folder structures for each container; for example, if a Docker container is spawned on a particular part of the deployment pipeline, it can be mapped to a certain relative folder structure as well.
Read now
Unlock full access