Skip to content

Add option to disable init detection and turn it on in docker image

Balasankar 'Balu' C requested to merge 3552-disable-init-detection into master

In non-docker containers, our method of checking if /.dockerenv file exists to skip init detection will not work, since that file does not exist in them. We should give an option for users to explicitly disable it.

Closes #3552 (closed)

Edited by GitLab Release Tools Bot

Merge request reports