Getting the SQL Server 2019 for Linux CTP2.0 Docker Image

If you are used to pulling the mssql-server images from the microsoft repository, e.g.,


docker pull microsoft/mssql-server


that won’t work for the 2019 CTP.


I was able to repull (aka update) using the former repository, but that wasn’t working for the CTP whose tag is vNext-CTP2.0-ubuntu.


I finally noticed the new docker pull command on the docker hub page for the image



It says: docker pull mcr.microsoft.com/mssql/server


So the command for pulling the CTP using it’s tag is as follows:


docker pull mcr.microsoft.com/mssql/server:vNext-...

 

 •  0 comments  •  flag
Share on Twitter
Published on September 26, 2018 17:57
No comments have been added yet.


Julia Lerman's Blog

Julia Lerman
Julia Lerman isn't a Goodreads Author (yet), but they do have a blog, so here are some recent posts imported from their feed.
Follow Julia Lerman's blog with rss.