Puzzle-Chen
Puzzle-Chen
Hi benze, In you command, the –p 135:135 means that you bind port 135 of the container to port 135 on 127.0.0.1 of the host machine. It doesn’t mean that...
@benze I tried it many ways. All failed. I got following error message in Visual Studio. > Unable to start program ‘MSSQL:://IP Address/?/sys/=0’ Operation not supported. Unknown error: 0x80004005. I...
Hi, Another way to bulk copy data from a data file to an instance of SQL Server in a docker container is using the bcp command-line utility. Please refer to...
Hi Ethan, I tried your dockerfile and it built the image without error. You may encounter a connection issue. Please check your VM network setting and proxy if you are...
Hi, Could you share the docker version and file system information for analysis? Here is a similar thread. [Docker mssql-server-linux crash when mounting a volume](https://github.com/Microsoft/mssql-docker/issues/136)
Hi, I can run your docker command without error. Which version of docker are you using? Is that any particular reason to use windows containers?