The dockertls-windows readme on Docker Hub appears to be out of date. The Test Drive code references -v "$(pwd)\client\.docker:c:\users\containeradministrator\.docker". The default user for nanoserver based images > sac2016 is now containeruser. The result of using containeradministrator is the client certs don't get captured.
The readme in the GitHub repo is up-to-date and should get propagated to Docker Hub.
The dockertls-windows readme on Docker Hub appears to be out of date. The
Test Drive
code references-v "$(pwd)\client\.docker:c:\users\containeradministrator\.docker"
. The default user for nanoserver based images > sac2016 is nowcontaineruser
. The result of usingcontaineradministrator
is the client certs don't get captured.The readme in the GitHub repo is up-to-date and should get propagated to Docker Hub.