Forum Discussion

5 Replies

  • Nico_Hollmann's avatar
    Nico_Hollmann
    Copper Contributor

    JamesvandenBerg 

    Tried the steps you noted and with some corrections it worked and I got the same docker info output then you. (Changes: in Invoke-WebRequest the closing " is changed into # value and the " in the config file haven't been correctly written)

     

    Then I tried to run "mcr.microsoft.com/mssql/server:2019-latest" but it is directly finished with the Warning "WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (windows/amd64) and no specific platform was requested"

     

    How can I come around this issue and get the mssql server running?

    PS: It is working in Docker Desktop.

  • 8Dana8's avatar
    8Dana8
    Copper Contributor

    The site needed from github  to download docker, is not available anymore. Is there another one??

     

  • mjfp's avatar
    mjfp
    Copper Contributor

    JamesvandenBerg,  really interesting article on how to get Linux containers on a Windows Server. Also the first one I found that's not telling me to get a Docker preview version from 2017. To get a Linux kernel, you recommend to get it from github.com/linuxkit/lcow/...

    Do you know if it's possible to use WSL2 for that instead?

Resources