Skip to content

Commit

Permalink
naming the docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKuehnel committed Nov 27, 2019
1 parent 79ccb8b commit 29bcd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/build_run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If ($LastExitCode -ne 0) {

# mount a persistent workspace for experiments
New-Item -ItemType Directory -Force -Path $Env:USERPROFILE\workspace
docker run -it -v $Env:USERPROFILE\workspace:C:\ws $IMAGE_NAME
docker run -it -v $Env:USERPROFILE\workspace:C:\ws --name $IMAGE_NAME $IMAGE_NAME
If ($LastExitCode -ne 0) {
exit
}

0 comments on commit 29bcd2d

Please sign in to comment.