summaryrefslogtreecommitdiff
path: root/daemon/stop.go
Commit message (Expand)AuthorAgeFilesLines
* Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* Add helpers to create errdef errorsBrian Goff2018-01-111-1/+2
* Fix some issues with locking on the containerBrian Goff2017-11-211-2/+0
* Optimize some wrong usage and spellingwangguoliang2017-09-071-1/+1
* Remove string checking in API error handlingBrian Goff2017-08-151-6/+3
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Update ContainerWait APIJosh Hawn2017-05-161-5/+5
* Update Container Wait BackendJosh Hawn2017-05-161-3/+11
* fix nits in commentsallencloud2016-12-271-1/+1
* Update `docker stop` and `docker restart` to allow not specifying timeout and...Yong Tang2016-10-171-2/+6
* Lock all calls to hcsshim to prevent close racesDarren Stahl2016-09-191-3/+15
* Move errors/ to api/errorsDaniel Nephin2016-09-161-1/+1
* Add support for user-defined healthchecksThomas Leonard2016-06-021-0/+2
* Remove static errors from errors package.David Calavera2016-02-261-3/+6
* Remove redundant error messageZhang Wei2016-02-031-1/+1
* Correct the info message when stop containerLei Jitang2016-01-271-4/+5
* 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 stop and kill containers.David Calavera2015-11-041-1/+36
* 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 api/errors/ to errors/Doug Davis2015-09-171-1/+1
* Convert some "daemon" static error strings to the new errocode package formatDoug Davis2015-09-161-3/+5
* golint fixes for daemon/ packageMorgan Bauer2015-08-271-0/+6
* Cleanup container LogEvent callsDoug Davis2015-06-011-1/+0
* Remove job from stopAntonio Murdaca2015-04-121-17/+3
* Remove engine.Status and replace it with standard go errorAntonio Murdaca2015-03-251-6/+8
* Closes #9311 Handles container id/name collisions against daemon functionalit...Andrew C. Bodine2015-01-211-10/+10
* Use State as embedded to ContainerAlexandr Morozov2014-09-031-1/+1
* Separate events subsystemAlexandr Morozov2014-08-061-1/+1
* Move "stop" to daemon/stop.goSolomon Hykes2014-08-011-0/+30