we know that on command:
docker node inspect <id of node>
we got (among others) labels.
How these labels are organized? Some enviroment variable?
And in general: I added some lable to node using docker node update
command. How does it work? I mean who and how notice this fact (new label) and do actual actions?