mirror of https://github.com/docker/docs.git
Update join-windows-worker-nodes.md (#4762)
This commit is contained in:
parent
2e1380f219
commit
7f40428fa0
|
@ -169,7 +169,7 @@ Node WIN-NOOQV2PJGTE is a Windows node that cannot connect to its local Docker d
|
|||
Some features are not yet supported on Windows nodes:
|
||||
|
||||
* Networking
|
||||
* The swarm mode routing mesh can't be used on Windows nodes. You can can expose
|
||||
* The swarm mode routing mesh can't be used on Windows nodes. You can expose
|
||||
a port for your service in the host where it is running, and use the HTTP
|
||||
routing mesh to make your service accessible using a domain name.
|
||||
* Encrypted networks are not supported. If you've upgraded from a previous
|
||||
|
@ -181,7 +181,7 @@ Some features are not yet supported on Windows nodes:
|
|||
root directory to encrypt the secret data at rest.
|
||||
* When creating a service which uses Windows containers, the options to
|
||||
specify UID, GID, and mode are not supported for secrets. Secrets are
|
||||
currently only accessible by administrators and and users with system access
|
||||
currently only accessible by administrators and users with system access
|
||||
within the container.
|
||||
* Mounts
|
||||
* On Windows, Docker can't listen on a Unix socket. Use TCP or a named pipe
|
||||
|
|
Loading…
Reference in New Issue