summaryrefslogtreecommitdiff
path: root/errors
Commit message (Expand)AuthorAgeFilesLines
* Remove static errors from errors package.David Calavera2016-02-267-1235/+41
* fix docshuqun2016-02-191-1/+1
* Fix error for restarting containerZhang Wei2016-02-041-3/+3
* Merge pull request #19959 from WeiZhang555/fix-cli-print-errAlexander Morozov2016-02-031-4/+30
|\
| * Remove redundant error messageZhang Wei2016-02-031-4/+30
* | Fix docker top a restarting containerLei Jitang2016-02-021-9/+9
|/
* Forbid exec a restarting containerZhang Wei2016-01-271-0/+9
* Reject multiple networks on container creationAlessandro Boch2016-01-251-0/+9
* Fix panic on starting exec more than onceBrian Goff2016-01-151-0/+9
* Add docker network connect/disconnect to non-running containerLei Jitang2016-01-111-0/+9
* Move responsibility of ls/inspect to volume driverBrian Goff2016-01-051-1/+1
* Add network events.David Calavera2015-12-301-0/+9
* Remove `IsPaused` from backend interface.David Calavera2015-12-211-0/+9
* Fix typos found across repositoryJustas Brazauskas2015-12-131-1/+1
* Correct the message of ErrorCodeNoSuchContainer to "No such container"Wen Cheng Ma2015-12-041-1/+1
* This patch adds --tmpfs as a option for mounting tmpfs on directoriesDan Walsh2015-12-021-5/+5
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-241-9/+0
* fix docZhang Kun2015-11-151-1/+1
* Typo s/contained/containerJohn Howard2015-11-081-7/+7
* Merge pull request #17383 from Microsoft/10662-volumeerrorsBrian Goff2015-11-051-9/+9
|\
| * Fix volume error messagesJohn Howard2015-10-281-9/+9
* | Change 'docker run' exit codes to distinguish docker/contained errorsSally O'Malley2015-11-041-9/+27
* | Add show error when attach to a paused containerLei Jitang2015-10-281-0/+8
|/
* Windows: Add volume supportJohn Howard2015-10-221-12/+54
* Move volume name validation to the local driver.David Calavera2015-10-211-4/+4
* validate the name of named volumexlgao-zju2015-10-201-0/+8
* Return 404 for all network operations without network controller.David Calavera2015-10-191-0/+9
* volume create error on conflict optionKun Zhang2015-10-121-0/+9
* Make exec start return proper error codesBrian Goff2015-10-021-2/+2
* Validate --cpuset-cpus, --cpuset-memsAntonio Murdaca2015-09-271-0/+36
* Merge pull request #16411 from duglin/DaemonErrorsBrian Goff2015-09-231-5/+343
|\
| * Move more 'daemon' errors to the new error packageDoug Davis2015-09-231-5/+343
* | Adding error codes to image packageSrini Brahmaroutu2015-09-231-0/+20
|/
* Organize server pre-func logic in middlewares.David Calavera2015-09-211-0/+27
* Move api/errors/ to errors/Doug Davis2015-09-174-0/+649