Skip to content

Commit

Permalink
Merge pull request #70 from yarikoptic/patch-2
Browse files Browse the repository at this point in the history
BF: --env not -env
  • Loading branch information
ndeloof committed Mar 17, 2015
2 parents 33522c1 + 08093fa commit 28c5dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You might need to customize the JVM running Jenkins, typically to pass system pr
variable for this purpose :

```
docker run --name myjenkins -p 8080:8080 -env JAVA_OPTS=-Dhudson.footerURL=http://mycompany.com jenkins
docker run --name myjenkins -p 8080:8080 --env JAVA_OPTS=-Dhudson.footerURL=http://mycompany.com jenkins
```

# Passing Jenkins launcher parameters
Expand Down

0 comments on commit 28c5dee

Please sign in to comment.