Skip to content

Commit

Permalink
(#43) Add a label to every instance that is run by lpn
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 3, 2018
1 parent 93bcf9d commit 43ba8e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ func RunDockerImage(
cmdArgs := []string{
"run",
"-d",
"--label", "lpn",
"-p", port + ":8080",
"-p", gogoPort + ":11311",
"--name", image.GetContainerName(),
Expand Down

0 comments on commit 43ba8e9

Please sign in to comment.