- 9月 15, 2015
-
-
由 Daniel Nephin 创作于
Signed-off-by: Daniel Nephin <dnephin@docker.com>
-
- 9月 12, 2015
-
-
由 Daniel Nephin 创作于
Signed-off-by: Daniel Nephin <dnephin@docker.com>
-
- 9月 11, 2015
-
-
由 Daniel Nephin 创作于
Fix mutation of service.options when a label or environment variable is specified in the config. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
-
由 Daniel Nephin 创作于
Signed-off-by: Daniel Nephin <dnephin@docker.com>
-
由 Daniel Nephin 创作于
Signed-off-by: Daniel Nephin <dnephin@docker.com>
-
由 Daniel Nephin 创作于
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
-
由 Daniel Nephin 创作于
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
-
由 Daniel Nephin 创作于
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
-
由 Daniel Nephin 创作于
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
-
由 Daniel Nephin 创作于
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
-
由 Mazz Mosley 创作于
If we get back an error that wasn't an APIError, it was causing the thread to hang. This catch all, while I appreciate feels risky to have a catch all, is better than not catching and silently failing, with a never ending thread. If something worse than an APIError has gone wrong, we want to stop the incredible journey of what we're doing. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
-
由 Aanand Prasad 创作于
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
- 8月 11, 2015
-
-
由 Aanand Prasad 创作于
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Aanand Prasad 创作于
Fix mem_limit and memswap_limit regression (cherry picked from commit 93cc7e37) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Mazz Mosley 创作于
Show a warning when a relative path is specified without "./" (cherry picked from commit 52733f69) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> Conflicts: compose/config.py tests/unit/config_test.py
-
由 Ben Firshman 创作于
typofix - https://github.com/vlajos/misspell_fixer (cherry picked from commit b7baa899) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Ben Firshman 创作于
Test against Docker 1.8.0 RC3 (cherry picked from commit afc9629c) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Ben Firshman 创作于
Ignore containers that don't have a name (cherry picked from commit 4e12ce39) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Ben Firshman 创作于
Use overlay driver in tests (cherry picked from commit 197d3326) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Aanand Prasad 创作于
Abort tests if daemon fails to start (cherry picked from commit f7b9daf9) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
- 8月 10, 2015
-
-
由 Aanand Prasad 创作于
Closes #1811 for Toolbox (cherry picked from commit 6cb8e512) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> Conflicts: docs/install.md
-
- 7月 31, 2015
-
-
由 Aanand Prasad 创作于
Support volume_driver (cherry picked from commit 41b9df76) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Daniel Nephin 创作于
Remove useless postgres 'port' configuration (cherry picked from commit b25f05be) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Daniel Nephin 创作于
Add test for trailing slash volume copying bug (cherry picked from commit ea727603) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Aanand Prasad 创作于
Fix "Duplicate volume mount" error when config has trailing slashes (cherry picked from commit dc7bdd10) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Aanand Prasad 创作于
Update API version to 1.19 (cherry picked from commit 276e369c) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Aanand Prasad 创作于
Allow API version specification via env var (cherry picked from commit 2759ab5a) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Aanand Prasad 创作于
Add hint about OS X binary compatibility (cherry picked from commit 1496734c) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Aanand Prasad 创作于
Contributors can build public docs with compose docs in context (cherry picked from commit 487eae3b) Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
- 7月 23, 2015
-
-
由 Aanand Prasad 创作于
-
由 Aanand Prasad 创作于
Update CHANGES.md and install.md for latest stable version
-
由 Daniel Nephin 创作于
add all completions to sdist
-
由 Mazz Mosley 创作于
Deprecate --allow-insecure-ssl
-
由 Aanand Prasad 创作于
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Aanand Prasad 创作于
Improve scale test coverage
-
由 Aanand Prasad 创作于
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Aanand Prasad 创作于
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
-
由 Mazz Mosley 创作于
It was harder to see when there are errors if they came straight after the other output. Putting a newline in there gives it a bit of visual room. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
-
由 Mazz Mosley 创作于
Also includes tiny amount of code cleanup, being explicit with imports. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
-
由 Alex Brandt 创作于
The zsh completion was recently added but missed from the sdist. This includes all completions that might be added at any point. Signed-off-by: Alex Brandt <alunduil@alunduil.com>
-