Skip to content
Discussion options

You must be logged in to vote

Oh sorry, my bad.
this code help me. It turned out it need install docker image and then it works. Ok i got in Joker trap

SqlContainer = new MsSqlBuilder()
    .WithImage("mcr.microsoft.com/mssql/server:2019-latest")
    .WithName("test-sql-container")
    .WithPassword("YourStrong!Passw0rd")
    .Build();

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Koichi-hub
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant