Skip to content

JawedCIA/Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container

Working with Docker & Collection of various windows container with example

SQL Express 2019 build on top of Windows core 2019

Run as container directly

docker container run -d `
-p 1433:1433 `
--restart always `
--name sqlexpress2019 `
-e sa_password=md!eV0p) `
mddevops/sqlserver:2019.express-core

About

Working with Docker & Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published