次の方法で共有


Announcing availability of SQL Server 2014 Express Docker image

We are excited to announce the public availability of the sql server 2014 express Docker image for Windows Server Core based Containers! The public repo is hosted on Docker Hub and contains the latest docker image as well as pointers to the Dockerfile and the start PS script (hosted on Github). We hope you will find this image useful and leverage it for your container based applications!

Image Requirements

Windows Server Core TP5 v10.0.14300.1030

Docker Pull Command

 docker pull microsoft/mssql-server-2014-express-windows

Docker Run Command

 docker run -p 1433:1433 --env sa_password=YOUR_SA_PASSWORD microsoft/mssql-server-2014-express-windows

Further Reading

SQL Server in Windows Containers Windows Containers Overview Windows-based containers: Modern app development with enterprise-grade control.
Windows Containers: What, Why and How

Comments

  • Anonymous
    July 14, 2016
    Hello,Good post regarding microsoft sql server. It gives a vast knowledge. I really liked your post. Thank you too much......
  • Anonymous
    August 10, 2016
    Error response from daemon: oci runtime error: Cwd must be an absolute path.
    • Anonymous
      September 06, 2016
      Could you please provide a bit more information on the error so we could troubleshoot further?
  • Anonymous
    August 11, 2016
    Hello Perry,Thanks for sharing this blog. I had a quick question. I wanted to check through the setup whether I could add an existing sql server data and log files to container instead of mounting? Would that require changes to the docker file through Docker add?
    • Anonymous
      September 06, 2016
      Please take a look at the following section that describes how you can attach existing .mdf and .ldf files.https://github.com/Microsoft/sql-server-samples/tree/master/samples/manage/windows-containers/mssql-server-2014-express-windows#run-this-sampleThanks, Perry
  • Anonymous
    August 22, 2016
    Mircosoft, as usually... Trying to do something useful - and have zero result.$ sudo docker pull microsoft/mssql-server-2014-express-windowsPulling repository microsoft/mssql-server-2014-express-windowsFATA[0007] Repository not found
    • Anonymous
      September 06, 2016
      If I understand the issue correctly, you are using a Linux host to pull this image - [Please let me know if this is not the case]. Note that this is a Windows Server Core docker image that requires Windows Server Core TP5 v10.0.14300.1030 and will not work on Linux. I highly recommend to can take a look at SQL on Linux and sign up for the private preview by using the link below: SQL Server On Linux:https://www.microsoft.com/en-us/cloud-platform/sql-server-on-linux
  • Anonymous
    November 18, 2016
    Can this be used with Windows 10 AU or newer builds?
  • Anonymous
    March 14, 2017
    Looks like this no longer exists?