summaryrefslogtreecommitdiffstats
path: root/docker-api
Commit message (Expand)AuthorAgeFilesLines
...
| * | Minor fixesfreva2017-02-081-2/+1
| * | Use host's maven repository storage inside container and just publish inside ...freva2017-02-081-102/+40
| * | Build dependencies of module for local systemtestfreva2017-02-071-5/+80
* | | Fix docker metricsfreva2017-02-141-3/+3
* | | Revert "Fix docker metrics"Valerij Fredriksen2017-02-141-3/+3
* | | Fix docker metricsfreva2017-02-141-3/+3
| |/ |/|
* | Use new java.time to parse date stringfreva2017-02-131-5/+6
* | Set created on NodeAgent initfreva2017-02-132-3/+27
* | Add host-life metricsHarald Musum2017-02-134-36/+75
|/
* Merge branch 'master' into freva/docker-always-returns-pidfreva2017-01-302-0/+10
|\
| * Add method for getting container by nameMartin Polden2017-01-272-0/+10
* | Use docker.state.status to determine container statefreva2017-01-304-8/+25
* | Docker always returns pidfreva2017-01-274-61/+5
|/
* Add PID to Container classMartin Polden2017-01-272-4/+16
* Merge remote-tracking branch 'origin/master'freva2017-01-261-23/+0
|\
| * Remove unneded pluginHarald Musum2017-01-261-23/+0
* | Added exec command as root, default executes as "yahoo" to DockerImplfreva2017-01-255-5/+22
|/
* Use nsenter to set default gwfreva2017-01-251-8/+13
* Merge pull request #1553 from yahoo/freva/remove-connect-timeoutValerij Fredriksen2017-01-202-3/+1
|\
| * Remove docker-java connection/read timeouts for local runningfreva2017-01-192-3/+1
* | Remove option that is not needed anymoreHarald Musum2017-01-191-2/+1
|/
* Merge pull request #1545 from yahoo/musum/set-timeoutsValerij Fredriksen2017-01-192-3/+4
|\
| * Set timeout, update doc, skip javadoc generationHarald Musum2017-01-192-3/+4
* | Update ownersHarald Musum2017-01-191-1/+2
* | Add OWNERS where missingKristian Aune2017-01-191-0/+1
|/
* Use vespa-macvlan for node-admin on MacHarald Musum2017-01-181-1/+1
* Allow multiple systest nodes and turn off TLSHarald Musum2017-01-181-5/+20
* Deploy node-adminfreva2017-01-061-0/+23
* Removed redundant throwsfreva2017-01-056-14/+9
* Disable docker image GC locallyfreva2016-12-222-7/+10
* Disable docker image GC locallyfreva2016-12-223-27/+15
* Fix NullPointerException when docker stats timesoutfreva2016-12-191-4/+4
* Make sure to catch errors DockerExceptions to count errors, do not ignore Not...freva2016-12-131-51/+74
* Split up RunVespaLocal is multiple smaller methods, update READMEsfreva2016-12-081-5/+0
* Do not set MAC address if network mode is hostfreva2016-12-081-7/+10
* Copy /etc/hosts to systest docker containerfreva2016-12-021-1/+3
* Added example usage codefreva2016-12-021-1/+15
* RunVespaLocal and RunSystemTests no longer regular testsfreva2016-12-011-59/+68
* RunSystemTests improvementsfreva2016-12-012-27/+92
* Build test image and run systemtest from IDEfreva2016-11-292-31/+85
* Use Dockerfile.template instead of Dockerfilefreva2016-11-292-1/+2
* Do not autostart packages when building imageHarald Musum2016-11-291-0/+3
* Added function to start systemtests containerfreva2016-11-282-0/+60
* Lower image GC time to 45minsfreva2016-11-151-1/+1
* Fix generics build warningfreva2016-11-151-2/+2
* Fix adding/dropping capabilities in CreateContainerCommandImplfreva2016-11-151-7/+10
* Fix option names for adding and dropping capabilitiesHarald Musum2016-11-081-2/+2
* Add SYS_NICE capabaility when starting dockerHarald Musum2016-11-082-0/+22
* Missing container exception fixfreva2016-10-285-107/+100
* Fixed docker container managed labelingfreva2016-10-274-71/+57