Skip to content

Commit

Permalink
change docker name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Mar 5, 2024
1 parent f845afb commit ecf8627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SmokeTests/e2e-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if ($NoSetup -eq $false) {

# Start the SQL Server docker container with the specified edition
Write-Host "Starting SQL Server $tag $sqlpid docker container on port $port with additional run flags $additionalRunFlags" -ForegroundColor DarkYellow
docker run $additinalRunFlags --name "mssqlserver" -e 'ACCEPT_EULA=Y' -e "MSSQL_SA_PASSWORD=$pw" -e "MSSQL_PID=$sqlpid" -p ${port}:1433 -d mcr.microsoft.com/mssql/server:$tag
docker run $additinalRunFlags --name mydocker -e 'ACCEPT_EULA=Y' -e "MSSQL_SA_PASSWORD=$pw" -e "MSSQL_PID=$sqlpid" -p ${port}:1433 -d mcr.microsoft.com/mssql/server:$tag
Exit-OnError

# Wait for SQL Server to be ready
Expand Down

0 comments on commit ecf8627

Please sign in to comment.