Add specific Windows note to Docker about the image being client-only

This commit is contained in:
Tianon Gravi 2022-05-26 14:03:50 -07:00
parent 5901a80787
commit 2419d673f3
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
## `%%IMAGE%%:<version>-windowsservercore`
Unfortunately, Windows does not support nested containers, so this image variant only contains the client (intended for use against an existing Docker engine, ala `-v //./pipe/docker_engine://./pipe/docker_engine`).