Hi
I am trying to set up a SQL Server 2019 docker instance on my computer but am getting the following error. Please let me know how what is causing the problem. I have also tried this command after I disabled my antivirus
PS F:\Source Control\Scripts> docker run --name SQL1925
-p 50000:1433 -e ACCEPT_EULA=Y
-e SA_PASSWORD=Password1 -v D:\SQLBackups:/sql
-d mcr.microsoft.com/mssql/server:2019-CTP2.4-ubuntu f2fbbf6d40f089515e9b63cb1fcf071168adeb9c0ceecf78423feb3328c2f320 C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: driver failed programming external connectivity on endpoint SQL1925 (9d2f2369ffe68da5be87791013caddc1e9e722d7b028188761fc2540864bdb1f): Error starting userland proxy: mkdir /port/tcp:0.0.0.0:50000:tcp:172.17.0.2:1433: input/output error.
Any help would be appreciated
Thanks
Sarath