summaryrefslogtreecommitdiff
path: root/daemon/container_operations_unix.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 panic on get container pid when live restore containersbingshen.wbs2017-10-101-1/+1
* Relabel config files.Wenxuan Zhao2017-09-051-0/+2
* Remove string checking in API error handlingBrian Goff2017-08-151-1/+1
* Implement none, private, and shareable ipc modesKir Kolyshkin2017-08-141-15/+40
* Use container.HostConfig.ShmSize directlyKir Kolyshkin2017-08-111-5/+1
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-111-5/+5
* Include Endpoint List for Shared EndpointsMadhan Raj Mookkandy2017-07-061-1/+2
* Vendor swarmkit 79381d0Aaron Lehmann2017-06-211-6/+6
* Remove error return from RootPairDaniel Nephin2017-06-071-3/+3
* Partial refactor of UID/GID usage to use a unified struct.Daniel Nephin2017-06-071-12/+12
* Update ContainerWait APIJosh Hawn2017-05-161-4/+4
* Update Container Wait BackendJosh Hawn2017-05-161-1/+7
* Add config support to executor backendAaron Lehmann2017-05-111-12/+82
* Use "local" secret paths based on the secretIDAaron Lehmann2017-05-101-3/+3
* support custom paths for secretsEvan Hazlett2017-05-101-7/+3
* Switch to using opencontainers/selinux for selinux bindingsAntonio Murdaca2017-04-241-1/+1
* daemon: relabel secrets pathAntonio Murdaca2017-04-111-0/+2
* Introduce a CheckContainer to remove duplicationVincent Demeester2017-02-281-14/+16
* Add daemon option --default-shm-sizeYong Tang2017-01-271-1/+1
* fix log importEvan Hazlett2017-01-171-2/+1
* plugins: support for devicesTibor Vass2016-11-221-80/+0
* do not force target type for secret referencesEvan Hazlett2016-11-171-7/+20
* Correct secrets permissions when userns enabledPhil Estes2016-11-091-5/+8
* more review updatesEvan Hazlett2016-11-091-1/+1
* support labels for secrets upon creation; review updatesEvan Hazlett2016-11-091-4/+4
* review updatesEvan Hazlett2016-11-091-1/+10
* update to support new target in swarmkitEvan Hazlett2016-11-091-1/+1
* secrets: only setup secret mount if secrets are requestedEvan Hazlett2016-11-091-0/+4
* add secret support for service updateEvan Hazlett2016-11-091-4/+4
* proper cleanup upon mount failEvan Hazlett2016-11-091-11/+9
* review changesEvan Hazlett2016-11-091-9/+33
* secrets: secret management for swarmEvan Hazlett2016-11-091-0/+39
* Add functional support for Docker sub commands on SolarisAmit Krishnan2016-11-071-83/+0
* Merge pull request #27367 from Microsoft/jjh/fieldsincontainerVincent Demeester2016-10-171-0/+24
|\
| * Windows: Factor out unused fields in containerJohn Howard2016-10-131-0/+24
* | all: replace loop with single appendElena Morozova2016-10-131-3/+1
|/
* Fixed support for docker compose by allowing connect/disconnect on stopped co...msabansal2016-09-211-78/+4
* Add support for docker run in swarm mode overlayJana Radhakrishnan2016-09-071-6/+14
* Add engine-api types to dockerMichael Crosby2016-09-071-2/+2
* Fix issue in disconnecting a container from networkYong Tang2016-09-041-0/+5
* Support container disconnect for non-existing networkMadhu Venugopal2016-08-261-14/+18
* Replace old oci specs import with runtime-specsMichael Crosby2016-08-171-1/+1
* Enabling specifying static ip for predefined network on windowsmsabansal2016-06-301-0/+4
* Add support for --pid=container:<id>Mrunal Patel2016-05-171-0/+15
* Relative symlinks don't work with --device argumentYong Tang2016-04-251-1/+1
* Merge pull request #21901 from mavenugo/sidBrian Goff2016-04-191-3/+4
|\
| * Add container's short-id as default network aliasMadhu Venugopal2016-04-181-3/+4