summaryrefslogtreecommitdiff
path: root/image
Commit message (Expand)AuthorAgeFilesLines
* Fix docker load progressbar, fixes #21957Lei Jitang2016-04-121-0/+1
* Add parent references support to load/saveTonis Tiigi2016-03-213-0/+71
* Merge pull request #21002 from tonistiigi/fix-id-noprefixDavid Calavera2016-03-141-1/+9
|\
| * Fix docker run for 64 byte hex IDTonis Tiigi2016-03-111-1/+9
* | fix typosallencloud2016-03-113-3/+3
* | Refine error message when save non-exist imageKai Qiang Wu(Kennan)2016-03-081-0/+3
|/
* Vendor engine-api to 70d266e96080e3c3d63c55a4d8659e00ac1f7e6cQiang Huang2016-02-291-1/+1
* Merge pull request #20572 from runcom/sudo-userVincent Demeester2016-02-251-1/+1
|\
| * resolve the config file from the sudo userAntonio Murdaca2016-02-241-1/+1
* | Fix some typos in comments and stringsStefan Weil2016-02-221-1/+1
|/
* fix common misspellVictor Vieux2016-02-111-1/+1
* Fixing 'docker save' on Windows.Stefan J. Wernli2016-02-081-4/+5
* Merge pull request #20078 from cpuguy83/carry_17329Alexander Morozov2016-02-072-10/+32
|\
| * carry 17329Brian Goff2016-02-061-2/+0
| * Add progress bar to docker loadLei Jitang2016-02-052-10/+34
* | Clear old parent reference on resetting image parentTonis Tiigi2016-02-052-0/+59
|/
* Remove package daemonbuilder.Anusha Ragunathan2016-02-011-0/+10
* Update code to compile against new manifest interfaceAaron Lehmann2016-01-084-21/+6
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-1/+1
* Move Config and HostConfig from runconfig to types/container.David Calavera2015-12-221-3/+3
* Merge pull request #18727 from tonistiigi/partial-loadDavid Calavera2015-12-181-2/+7
|\
| * Add support for partial loadTonis Tiigi2015-12-161-2/+7
* | Clean up reference type switchesTonis Tiigi2015-12-161-13/+11
* | Update Named reference with validation of conversionsTonis Tiigi2015-12-161-2/+0
* | Add own reference package wrapperTonis Tiigi2015-12-163-14/+13
|/
* Fix typos found across repositoryJustas Brazauskas2015-12-134-4/+4
* Fix image deletion conflicts with searchTonis Tiigi2015-12-042-0/+42
* Merge pull request #18226 from duglin/Issue18170Vincent Batts2015-11-301-2/+2
|\
| * Fix for zero-sized layersDoug Davis2015-11-251-2/+2
* | Merge pull request #18252 from aaronlehmann/tarstream-readcloserBrian Goff2015-11-251-0/+2
|\ \
| * | Make TarStream return an io.ReadCloserAaron Lehmann2015-11-251-0/+2
| |/
* | Validate adding digests to tagstore with go typesTonis Tiigi2015-11-251-1/+1
|/
* Add image storeTonis Tiigi2015-11-2423-140/+2025
* Revert "Tidy config/hostconfig structures"David Calavera2015-11-092-2/+3
* Tidy config/hostconfig structuresJohn Howard2015-11-062-3/+2
* Windows: Add volume supportJohn Howard2015-10-221-0/+1
* Calculate hash based image IDs on pullTonis Tiigi2015-10-1212-2/+157
* Adding error codes to image packageSrini Brahmaroutu2015-09-231-2/+2
* /image - fix lint errors/warningsroot2015-07-271-14/+27
* Fixing Image struct to no longer use Graph.John Howard2015-07-201-0/+30
* Windows: Graph driver implementationJohn Howard2015-07-101-30/+0
* Carry of PR #13520Mary Anthony2015-06-131-2/+2
* Separate graph from imageDerek McGowan2015-06-052-240/+0
* Fix spelling mistakes in documentationJoe Gordon2015-05-311-1/+1
* image: precompile regexpunclejack2015-05-131-1/+2
* Windows: Fix filepath vs path in image.goJohn Howard2015-05-041-6/+6
* Small if err cleaningAntonio Murdaca2015-04-271-2/+1
* v1 spec: fix typos and formattingTomas Tomecek2015-04-231-9/+9
* Refactor utils/utils, fixes #11923Antonio Murdaca2015-04-141-2/+12
* when the file that was opened has been read into buffer, the file should be c...Mabin2015-02-271-5/+3