diff --git a/README.md b/README.md index 45e234f..d898795 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # docker-tommy ### Run the container To run the container: -`docker run -d -it -p 4567:4567 --name=tommy -e HUDSON_URL=http://ci.nasqueron.org dereckson/tommy` +`docker run -dt -p 4567:4567 --name=tommy -e HUDSON_URL=http://ci.nasqueron.org dereckson/tommy` The HUDSON_URL variable environment should point to your Jenkins or Hudson instance. If a login is required to use the API, use https://login:password@jenkins.domain.tld as syntax.