summaryrefslogtreecommitdiff
path: root/daemon/rename.go
Commit message (Expand)AuthorAgeFilesLines
* libnetwork: return concrete-typed *SandboxCory Snider2023-01-131-1/+1
* Fix libnetwork importsBrian Goff2021-06-011-1/+1
* docker rename enhancementLifubang2018-09-211-1/+2
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* Add helpers to create errdef errorsBrian Goff2018-01-111-3/+4
* Remove string checking in API error handlingBrian Goff2017-08-151-6/+5
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Store container names in memdbAaron Lehmann2017-07-131-4/+4
* Fix run `docker rename <container-id> new_name` concurrently, the container w...Yang Pengfei2017-07-051-3/+3
* save deep copies of Container in the replica storeFabio Kung2017-06-231-2/+2
* Move checkpointing to the Container objectFabio Kung2017-06-231-8/+2
* keep a consistent view of containers renderedFabio Kung2017-06-231-0/+6
* Fix rename error when sid is emptyWang Xing2017-01-111-1/+1
* Remove redundant formatKe Li2016-12-271-2/+3
* Fix docker rename with linked containersYong Tang2016-06-271-0/+24
* No need for container.Lock if rename same nameVincent Demeester2016-06-241-3/+3
* docker rename fix to address the issue of renaming with the same name issue #...Sainath Grandhi2016-06-081-0/+9
* Embedded DNS problem after renaming container. Step2:change in docker/daemon ...Daniel Zhang2016-05-261-0/+4
* Remove static errors from errors package.David Calavera2016-02-261-3/+3
* Merge pull request #19604 from Microsoft/jjh/testrenameArnaud Porterie2016-01-261-7/+9
|\
| * Windows CI: Fix TestRename*John Howard2016-01-231-7/+9
* | Add the possibility to log event with specific attributesVincent Demeester2016-01-171-2/+7
|/
* Build names and links at runtimeBrian Goff2016-01-071-6/+2
* Rename `Daemon.Get` to `Daemon.GetContainer`.David Calavera2015-12-111-1/+1
* Move Container to its own package.David Calavera2015-12-031-7/+5
* Decouple daemon and container to log events.David Calavera2015-11-041-3/+4
* Add libnetwork call on daemon renameSanthosh Manohar2015-10-231-10/+45
* Revert "Merge pull request #16228 from duglin/ContextualizeEvents"Tibor Vass2015-09-291-6/+5
* Add context.RequestID to event streamDoug Davis2015-09-241-5/+6
* Move more 'daemon' errors to the new error packageDoug Davis2015-09-231-4/+4
* Fix 'rename' error msg and error checkingDoug Davis2015-09-181-1/+1
* golint fixes for daemon/ packageMorgan Bauer2015-08-271-3/+6
* Cleanup container LogEvent callsDoug Davis2015-06-011-0/+1
* Remove Job from renameHu Keping2015-04-101-7/+3
* Remove engine.Status and replace it with standard go errorAntonio Murdaca2015-03-251-8/+12
* Persist container to disk after renameBrian Goff2015-03-111-3/+13
* Prefix / to the container name is ignored when container is renamedSrini Brahmaroutu2015-02-271-1/+1
* Closes #9311 Handles container id/name collisions against daemon functionalit...Andrew C. Bodine2015-01-211-3/+3
* Renaming a container with an invalid name should failJessica Frazelle2015-01-141-9/+13
* rename a existing containerSrini Brahmaroutu2015-01-131-0/+30