[jenkins] Adding git and openjdk install example

This commit is contained in:
Geoff Bourne
2015-02-17 19:11:53 -06:00
parent 086d9fb4ae
commit b75379a980

View File

@@ -23,3 +23,12 @@ would be:
As with any Docker container, you can run a shell within the running container:
docker exec -it $ID bash
A more realistic example is installing git, openjdk-7-jdk, etc:
docker exec $ID apt-get update
docker exec $ID apt-get install -y git openjdk-7-jdk
and then Configure the JDK in Jenkins:
![](http://i.imgur.com/HVetwKc.png)