1
0
Fork 0
mirror of https://github.com/Luzifer/github-masswatch.git synced 2024-10-18 12:44:25 +00:00

add Docker support documentation

This commit is contained in:
Dennis Benkert 2016-05-04 16:45:50 +02:00
parent 4e765bb781
commit 9124a59a01

View file

@ -64,3 +64,11 @@ docker run --rm -v ${PWD}:/scripts ruby:2.1 bash /scripts/build.sh
```
For this you also let Jenkins clone this repository and then put that script into the build commands. The tool will now run in a ruby container which is disposed afterwards.
## Docker support
Besides using your local ruby installation you can also run the watch command in
a Docker container like this:
```bash
docker run --rm -it Luzifer/github-masswatch [COMMAND]
```