From https://hub.docker.com/r/gitlab/gitlab-runner/dockerfile:
VOLUME ["/etc/gitlab-runner", "/home/gitlab-runner"]
I have read Understanding "VOLUME" instruction in DockerFile and docker volume and VOLUME inside Dockerfile, however, I still cannot figure why does this image specify these two paths as VOLUME.