Orthanc in a Docker container on a Windows machine thanks to WSL 2

Hi everybody,

I’ve just succeeded in running Orthanc in a Docker container (Osimis image - https://hub.docker.com/r/osimis/orthanc) on a Windows 10 machine thanks to WSL 2 (https://docs.microsoft.com/en-us/windows/wsl/about).

I followed this procedure to install WSL 2:

https://docs.microsoft.com/en-us/windows/wsl/install-win10

I chose Debian.

And then installed Docker Desktop:
https://docs.docker.com/docker-for-windows/install/

Finally, I run Orthanc from the Debian shell.

It worked like a charm but I just spent a couple of minutes on that topic, so I don’t know if this solution is reliable…

Don’t hesitate to ask if you have some question…

Cheers!