summaryrefslogtreecommitdiff
path: root/pkg/parsers
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parser functions that were replaced by go-connections/nat.Daniel Nephin2015-12-222-98/+0
* Move ParseLink and validators into runconfig.parse where they are used.Daniel Nephin2015-12-162-55/+0
* Move ParseDockerDaemonHost to opts/ package.Daniel Nephin2015-12-152-214/+0
* Move filters package to the API.David Calavera2015-12-152-592/+0
* Fix typos found across repositoryJustas Brazauskas2015-12-131-1/+1
* Make filtering a linear operation.David Calavera2015-12-022-111/+351
* Merge pull request #17438 from pmalmgren/17037-systemd226-cgroupDavid Calavera2015-11-302-2/+23
|\
| * Fix docker status incorrectly reports containerized. Fixes #17037Peter Malmgren2015-11-042-2/+23
* | Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-242-50/+0
* | Use /usr/lib/os-release if /etc/os-release is missing.Alexander Morozov2015-11-162-1/+39
* | Simplify address formatingVladimir Varankin2015-11-131-5/+1
* | Fix panic in parsing /etc/os-releaseVincent Demeester2015-11-052-28/+123
|/
* Merge pull request #17573 from Microsoft/10662-parsersosDavid Calavera2015-11-021-0/+2
|\
| * Windows: Fix unit tests parsers\osJohn Howard2015-11-021-0/+2
* | Windows: Fix parsers kernel testJohn Howard2015-11-011-0/+4
|/
* update to binaries, fix parsers package, non-parallel test unitJessica Frazelle2015-10-271-6/+12
* Make default tls host workLei Jitang2015-10-192-15/+19
* Allow API to bind to ipv6 addressesBrian Goff2015-10-122-22/+46
* Validate --cpuset-cpus, --cpuset-memsAntonio Murdaca2015-09-272-1/+89
* Remove PortMapping from container NetworkSettingsAntonio Murdaca2015-09-021-23/+0
* Change ParseTCPAddr to use tcp://127.0.0.0:2375 format as default consistentlySven Dowideit2015-08-292-44/+49
* Exploring the code using unit tests - these 2 functions do not work consistentlySven Dowideit2015-08-281-8/+68
* change exportImage to top-level funcKun Zhang2015-08-101-1/+0
* make docker compile on freebsdAlexey Guskov2015-07-291-0/+18
* Lint on pkg/* packagesVincent Demeester2015-07-2711-64/+118
* Allow starting a container with an existing hostConfig which contains linksAntonio Murdaca2015-07-211-0/+8
* add support for base path in docker cli -HVictor Vieux2015-07-082-6/+15
* Add test coverage to pkg/parsersVincent Demeester2015-06-293-45/+265
* Merge pull request #13099 from Microsoft/10662-pkgparsersJessie Frazelle2015-05-125-1/+121
|\
| * Windows: Impl pkg\parsers kernel+osJohn Howard2015-05-125-1/+121
* | Allow links to be specified with only the name if this matches the aliasAntonio Murdaca2015-05-112-0/+46
|/
* Replace json.Unmarshal with json.Decoder().Decode()Antonio Murdaca2015-04-261-2/+1
* Add ability to refer to image by name + digestAndy Goldstein2015-03-172-2/+17
* Set labels on container createDarren Shepherd2015-03-131-0/+32
* Remove subdirectories MAINTAINERS filesArnaud Porterie2015-03-061-1/+0
* add ability to publish range of portsSrini Brahmaroutu2015-01-022-0/+58
* Cleanup ParseHostBrian Goff2014-11-251-47/+43
* Fix for #8777Oh Jinkyun2014-11-201-1/+3
* Fix the unit test not to remove /tmpYohei Ueda2014-11-071-5/+6
* Adding capability to filter by name, id or status to list containers apiSrini Brahmaroutu2014-10-201-0/+20
* Replace "amd64" build tags with "cgo" as appropriate, and remove where unnece...Tianon Gravi2014-08-062-3/+1
* Add OS to docker infoTibor Vass2014-07-302-0/+163
* Move parsing functions to pkg/parsers and the specific kernel handlingErik Hollensbe2014-07-299-0/+522