aboutsummaryrefslogtreecommitdiff
path: root/daemon/container_linux.go
Commit message (Expand)AuthorAgeFilesLines
* daemon: load and cache sysInfo on initializationSebastiaan van Stijn2022-01-121-7/+4
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-1/+2
* daemon: fix capitalization of some functionsSebastiaan van Stijn2020-04-141-2/+2
* daemon: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
* daemon: use constants for AppArmor profilesSebastiaan van Stijn2019-10-131-1/+1
* 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-1/+2
* Remove string checking in API error handlingBrian Goff2017-08-151-1/+1
* Added an apparmorEnabled boolean in the Daemon struct to indicate if AppArmor...ROBERTO MUÑOZ2017-01-301-0/+29
* Windows: Graph driver implementationJohn Howard2015-07-101-1111/+0
* Fix regression in parsing capabilities list when a single string is givenAntonio Murdaca2015-07-011-2/+2
* Merge pull request #14294 from mavenugo/bnoneDavid Calavera2015-06-301-6/+12
|\
| * fixed incorrect assumption on --bridge=none treated as disable networkMadhu Venugopal2015-06-301-6/+12
* | Move /nat to /pkg/natPeter Waller2015-06-301-1/+1
|/
* Fix endpoint leave failure for --net=host modeJana Radhakrishnan2015-06-241-14/+28
* Adding container to secondary network to support port mappingMadhu Venugopal2015-06-221-8/+31
* Reworked ReleaseNetwork to make use of libnetwork's new LeaveAll APIMadhu Venugopal2015-06-221-20/+20
* Vendoring in libnetwork for native multihost networkingMadhu Venugopal2015-06-221-0/+4
* Support for --publish-service flag in docker runMadhu Venugopal2015-06-201-13/+47
* register libnetwork API and UI with docker parent chainMadhu Venugopal2015-06-181-4/+33
* Vendoring in libnetwork to 3be488927db8d719568917203deddd630a194564Madhu Venugopal2015-06-121-2/+2
* Cleanup: remove some useless code and change verifyHostConfig to verifyContai...Lei Jitang2015-06-081-15/+0
* Fix for #13720Alessandro Boch2015-06-031-1/+11
* Using container NetworkDisabled to fix #13725Madhu Venugopal2015-06-031-1/+1
* Merge pull request #13536 from Mic92/masterJessie Frazelle2015-06-011-5/+0
|\
| * remove redundant mount/unmount calls on commitJörg Thalheim2015-05-281-5/+0
* | Merge pull request #13464 from davidrjenni/10184-fix-auto-created-devicesDavid Calavera2015-06-011-2/+22
|\ \
| * | Fix issue #10184.David R. Jenni2015-05-301-2/+22
* | | Merge pull request #13390 from mrjana/cnm_integBrian Goff2015-06-011-0/+6
|\ \ \ | |/ / |/| |
| * | Do not attempt releasing network when not attached to any networkJana Radhakrishnan2015-05-211-0/+6
* | | Remove PortSpecs from ConfigAntonio Murdaca2015-05-291-10/+0
| |/ |/|
* | Merge pull request #13493 from jlhawn/volume_unmount_fixAlexander Morozov2015-05-271-5/+21
|\ \
| * | Fix container unmount networkMountsJosh Hawn2015-05-261-5/+21
* | | Merge pull request #13440 from LK4D4/fix_bridge_noneArnaud Porterie2015-05-261-10/+13
|\ \ \ | |/ / |/| |
| * | Fix network with -b noneAlexander Morozov2015-05-241-10/+13
* | | Windows: Fix up container againJohn Howard2015-05-261-0/+20
|/ /
* | Merge pull request #13424 from mavenugo/vendorinArnaud Porterie2015-05-231-7/+7
|\ \
| * | Vendoring in libnetwork 67438080724b17b641b411322822c00d0d3c3201Madhu Venugopal2015-05-231-7/+7
| |/
* / Volumes refactor and external plugin implementation.David Calavera2015-05-211-8/+1
|/
* Add missing return error checkLei Jitang2015-05-211-1/+3
* Make docker ps --size show virtual size really workLei Jitang2015-05-211-1/+1
* Docker integration with libnetworkJana Radhakrishnan2015-05-191-349/+425
* Windows: Refactor containerJohn Howard2015-05-161-0/+885