How can I label a Docker Windows host

how can I use a constraint filter on a Docker Windows host. I know how to do this in systemd or init

/lib/systemd/system/docker.service

or DOCKER_OPTS="–label=us" in /etc/default/docker

file , but how can I do this in windows