Sign inSign up

xuxuclassmate/sqlserver

By xuxuclassmate

•Updated over 3 years ago

SQL Server image for testing purposes.

Image
0

1.1K

xuxuclassmate/sqlserver repository overview

⁠This image is modified based on the SQL Server official image 14.0.3029

⁠Use method, please follow this order

⁠1、Download

docker pull xuxuclassmate/sqlserver

⁠2、Start Container

docker run -d -e SA_PASSWORD=root@123 --name=sqlserver -e SQLSERVER_DATABASE=xuxutestdb -e SQLSERVER_USER=root -e SQLSERVER_PASSWORD=root@123 -p 1433:1433 xuxuclassmate/sqlserver

⁠3、Entering the container

docker exec -it sqlserver bash

⁠4、Log in to SQL Server

/opt/mssql-tools/bin/sqlcmd -U root -P root@123

Default account : root

Default Password : root@123

Tag summary

Content type

Image

Digest

sha256:aec668095…

Size

453.8 MB

Last updated

over 3 years ago

docker pull xuxuclassmate/sqlserver