mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
* Adding "windows" label to Windows node. Additional steps to add label to Windows Nodes. This will allow admin to filter Windows node when creating a service like this. `docker service create --constraint engine.labels.os==windows --name winonly microsoft/nanoserver` The same steps are on this article: https://success.docker.com/article/how-can-i-assign-a-service-to-windows-nodes-only * wrong environment variable fixed.