summaryrefslogtreecommitdiff
path: root/daemon/export.go
Commit message (Expand)AuthorAgeFilesLines
* remove GetLayerByID from ImageService interfaceNicolas De Loof2023-03-101-34/+16
* daemon: clean up vestiges of ContainerFSCory Snider2022-09-231-1/+2
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-231-2/+2
* pkg/containerfs: simplify ContainerFS typeCory Snider2022-09-231-2/+2
* Finish refactor of UID/GID usage to a new structCory Snider2022-03-141-2/+1
* ImageService.ReleaseLayer(): remove unused containerOS argumentSebastiaan van Stijn2022-01-251-2/+2
* daemon: remove leftover LCOW platform checksSebastiaan van Stijn2022-01-251-4/+0
* remove layerstore indexing by OS (used for LCOW)Sebastiaan van Stijn2021-06-101-1/+1
* daemon: rename variables that collide with imported package namesSebastiaan van Stijn2020-04-141-10/+10
* daemon: add "isWindows" constSebastiaan van Stijn2019-10-171-2/+1
* Add chroot for tar packing operationsBrian Goff2019-06-031-1/+1
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-2/+2
* daemon.ContainerExport(): do not panicKir Kolyshkin2018-03-131-2/+2
* Move ImageService to new packageDaniel Nephin2018-02-261-3/+3
* Move all daemon image methods into imageServiceDaniel Nephin2018-02-261-3/+3
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Address feedback from TonisJohn Howard2018-01-181-0/+4
* LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-181-3/+3
* Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* Add helpers to create errdef errorsBrian Goff2018-01-111-2/+3
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-5/+5
* Fixes #29654: take reference to RWLayer while committing/exportingYuanhong Peng2017-09-221-5/+27
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-141-1/+1
* LCOW: Don't block exportJohn Howard2017-08-081-4/+4
* Partial refactor of UID/GID usage to use a unified struct.Daniel Nephin2017-06-071-3/+2
* pkg/archive: remove unnecessary Archive and Reader typeStephen J Day2016-10-201-1/+1
* Windows: export not supportedJohn Howard2016-10-051-0/+5
* Remove static errors from errors package.David Calavera2016-02-261-3/+3
* Rename `Daemon.Get` to `Daemon.GetContainer`.David Calavera2015-12-111-1/+1
* Move Container to its own package.David Calavera2015-12-031-2/+3
* Decouple daemon and container to log events.David Calavera2015-11-041-1/+1
* Decouple daemon and container to mount and unmount filesystems.David Calavera2015-11-041-2/+2
* Decouple daemon and container to export containers.David Calavera2015-11-041-1/+27
* Revert "Merge pull request #16228 from duglin/ContextualizeEvents"Tibor Vass2015-09-291-4/+3
* Add context.RequestID to event streamDoug Davis2015-09-241-3/+4
* Move more 'daemon' errors to the new error packageDoug Davis2015-09-231-3/+4
* golint fixes for daemon/ packageMorgan Bauer2015-08-271-1/+3
* Cleanup container LogEvent callsDoug Davis2015-06-011-2/+0
* Remove job from exportAntonio Murdaca2015-04-131-9/+2
* Remove engine.Status and replace it with standard go errorAntonio Murdaca2015-03-251-6/+7
* Closes #9311 Handles container id/name collisions against daemon functionalit...Andrew C. Bodine2015-01-211-14/+17
* Separate events subsystemAlexandr Morozov2014-08-061-1/+1
* Move "export" to daemon/export.goSolomon Hykes2014-08-011-0/+30