forked from Mario1159/osic-stacks
Fix container name variable name
This commit is contained in:
parent
b4db18c362
commit
38957d1da3
2
run.ps1
2
run.ps1
@ -83,7 +83,7 @@ wsl -d Ubuntu bash -ic $dockercommand
|
||||
|
||||
if ($?) {
|
||||
Write-Host "Container created successfully!" -ForegroundColor Green
|
||||
Write-Host "Enter the container with `"docker exec -it $containername bash`"" -ForegroundColor DarkGray
|
||||
Write-Host "Enter the container with `"docker exec -it $container_name bash`"" -ForegroundColor DarkGray
|
||||
} else {
|
||||
Write-Host "Container creation failed, see logs above" -ForegroundColor Red
|
||||
}
|
Loading…
Reference in New Issue
Block a user