This will allow override default docker image using labels. Example if mesos slave has label mesosSlave and you want to customize docker image then you will be able to set label in job like following:
mesosSlave:evarga/jenkins-slave:latest
As a result this job will be executed on evarga/jenkins-slave docker image.