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
Share and learn in the Docker community.
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