Azure Data Studio and OS Version

Shervan360 1,661 Reputation points
2021-12-11T17:48:26.94+00:00

Hello,

I installed Docker (WSL 2) in Windows 10, then install SQL Server 2019 in a container with the following command:

     docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=mypass" -p 1401:1433 -d mcr.microsoft.com/mssql/server:2019-latest  

Now install Azure Data Studio in Windows 10 and successfully connect to the container.
Why OS version is Ubuntu 20.04?
Could you please explain where Ubuntu 20.04 role is?

Thank you

156893-screenshot-2021-12-11-124432.jpg

156827-screenshot-2021-12-11-124635.jpg

Azure SQL Database
0 comments No comments
{count} vote

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2021-12-11T18:06:53.12+00:00

    WSL2 allows you to install Docker Desktop on Windows and host Linux based containers. WSL2 is based on Ubuntu (bash) as explained in this article. Every linux docker container you use on Windows 10 will use Ubuntu.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.