I wanted to know how I can install nvidia-docker in windows, since in its documentation, it only has support for linux, if there is a guide out there that I have not found. link
No, at the moment it is not possible to install nvidia-docker
in Windows.
The plugin does not support Windows, which need GPU gateway support (GPU passthrough) that is only available at the moment in Windows 2016 Server and Docker for Windows only works only on some versions of Windows 10 (see requirements ).
To do it from a virtual machine, that is to say having a guest
with Docker, you would need the virtualization program to have PCI gateway (PCI passthrough), which according to this Wikipedia article is not available for host
of Windows.
Note that Docker Toolbox uses an Oracle Virtual Box.
Additional references: