Sign inSign up

anilmahadev/sqlserver2022community

By anilmahadev

•Updated over 2 years ago

A free Community SQL Server 2022 Container - contains Sample databases to get started immediately!

Image
Databases & storage
0

290

anilmahadev/sqlserver2022community repository overview

A free Community SQL Server 2022 Container - contains Sample databases to get started immediately!

  1. Pull the image docker pull anilmahadev/sqlserver2022community

  2. Run the image

docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=P@ssw0rd1234" -p 1433:1433 -d anilmahadev/sqlserver2022community:latest

  1. Connect to SSMS

hostname: localhost SQL Auth: Username: sa Password: P@ssw0rd1234 --> Change and disable the SA user after creating another SYSADMIN user. Encryption: Mandatory

Enjoy!!

Tag summary

Content type

Image

Digest

sha256:8992a1a72…

Size

1.1 GB

Last updated

over 2 years ago

docker pull anilmahadev/sqlserver2022community