Skip to content

SQLpassion/Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

This repository contains some customized SQL Server Docker images.

How to use it

The sqlpassion/sqlserver:2019-latest image acts as a base image for other images which will be released soon.

When you start up a container based on this customized image, a backup of the AdventureWorks2014 database is restored. You can access the container with the user sa and the password passw0rd1!.

docker pull sqlpassion/sqlserver:2019-latest
docker run -p 1433:1433 --name sql2019 -d sqlpassion/sqlserver:2019-latest

About

This repository contains some customized SQL Server Docker images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published