We use docker containers as our Jenkins build slaves and per VM hosts 10 docker containers.
Question being, does /tmp
folder of one container can be accessed by all other containers, will it interfere during the CI build execution ?
There is no special configuration that allows communication among containers but wanted to understand, is there any default settings that allows this feature ?