summaryrefslogtreecommitdiff
path: root/container
Commit message (Expand)AuthorAgeFilesLines
* Switch to using opencontainers/selinux for selinux bindingsAntonio Murdaca2017-04-242-2/+2
* Add `--cpus` support for `docker update`Yong Tang2017-04-061-0/+21
* Merge pull request #31634 from AkihiroSuda/clarify-env-without-valueVincent Demeester2017-03-311-2/+5
|\
| * api: clarify that Env var without `=` is removed from the environmentAkihiro Suda2017-03-081-2/+5
* | Add missing resources to update block for Windows containersDarren Stahl2017-03-071-6/+32
|/
* Merge pull request #30807 from chchliang/networkprojectVincent Demeester2017-03-061-5/+22
|\
| * Check parameter --ip --ip6 --link-local-ip inchchliang2017-02-231-5/+22
* | (*) Support --net:container:<containername/id> for windowsMadhan Raj Mookkandy2017-02-281-0/+1
|/
* Merge pull request #30654 from Microsoft/jjh/unifyworkdirVictor Vieux2017-02-033-19/+0
|\
| * Windows: Unify workdir handlingJohn Howard2017-02-023-19/+0
* | Implement optional ring buffer for container logsBrian Goff2017-02-011-2/+19
|/
* Merge pull request #29692 from yongtang/29492-daemon-shm-sizeVincent Demeester2017-02-011-3/+1
|\
| * Add daemon option --default-shm-sizeYong Tang2017-01-271-3/+1
* | Resolve race conditions in attach API callJim Minter2017-02-012-38/+43
|/
* Refactor attaches `copyEscapable`Brian Goff2017-01-231-49/+57
* Move attach code to stream packageBrian Goff2017-01-233-181/+218
* fix typo in container/container.goAaron.L.Xu2017-01-141-1/+1
* Close stdout/stderr fifo as soon as possibleTonis Tiigi2017-01-111-1/+2
* Merge pull request #28852 from miaoyq/rename-log-contextSebastiaan van Stijn2016-12-301-3/+3
|\
| * Rename 'context' to 'loginfo' in the logger moduleYanqiang Miao2016-12-291-3/+3
* | Clean some stuff from runconfig that are cli only…Vincent Demeester2016-12-241-2/+2
|/
* Move ReplaceOrAppendEnvValues to container packageVincent Demeester2016-12-214-4/+66
* Fix a bit typosyuexiao-wang2016-12-091-1/+1
* Merge pull request #28854 from coolljt0725/igore_close_stderr_errorSebastiaan van Stijn2016-11-301-1/+1
|\
| * Change Error log to Warning when close stdin failLei Jitang2016-11-291-1/+1
* | Merge pull request #28710 from miaoyq/eliminate-redundant-parametersAntonio Murdaca2016-11-261-4/+5
|\ \ | |/ |/|
| * Eliminate redundant parametersYanqiang Miao2016-11-231-4/+5
* | Fix some output information for container testlixiaobing100512672016-11-242-3/+3
* | Rename Remote API to Engine APIBen Firshman2016-11-221-1/+1
|/
* Merge pull request #28556 from ehazlett/container-secret-storeVincent Demeester2016-11-212-4/+7
|\
| * do not force target type for secret referencesEvan Hazlett2016-11-172-4/+7
* | Merge pull request #28531 from cpuguy83/wait_stop_ctxTõnis Tiigi2016-11-171-12/+10
|\ \ | |/ |/|
| * Use WaitWithContext for WaitStopBrian Goff2016-11-161-12/+10
* | Fix deadlock on cancelling healthcheckTonis Tiigi2016-11-151-4/+1
* | Move `StreamConfig` out of `runconfig`Brian Goff2016-11-143-5/+169
|/
* Fix uneccessary calls to `volume.Unmount()`Brian Goff2016-11-103-87/+51
* lint fixesEvan Hazlett2016-11-091-2/+1
* secrets: only try to unmount if presentEvan Hazlett2016-11-091-0/+8
* add secret support for service updateEvan Hazlett2016-11-091-1/+1
* add SecretMount and UnmountSecrets methods for non-LinuxEvan Hazlett2016-11-092-0/+20
* more review updatesEvan Hazlett2016-11-091-5/+3
* review changesEvan Hazlett2016-11-091-7/+8
* secrets: secret management for swarmEvan Hazlett2016-11-092-3/+31
* api: fix ReadOnly support for tmpfsAkihiro Suda2016-11-081-1/+1
* Add functional support for Docker sub commands on SolarisAmit Krishnan2016-11-075-109/+30
* remove world/group writable permsepeterso2016-11-011-2/+2
* Fix bunch of typosQiang Huang2016-10-291-1/+1
* Merge pull request #24698 from jhorwit2/jah/clist-health-filter-formatVincent Demeester2016-10-292-0/+41
|\
| * Adds container health support to docker ps filterJosh Horwitz2016-10-282-0/+41
* | api: add TypeTmpfs to api/types/mountAkihiro Suda2016-10-282-4/+18
|/