Commit Graph
4543 Commits
Author SHA1 Message Date
Victor Vieux d89a877aeb add TEST env var during tests and silenced parserun during tests
Upstream-commit: eee6d3dae96afbcb1456b4a84f05f1aac44e5598
Component: engine
2013-08-29 22:55:29 +00:00
Ramon van Alteren a42573ca6a Update python_web_app.rst
Fixed typo in the WEB_PORT command, missing sudo in front of docker command
Upstream-commit: 559724ac35134ac3cced1159cf776b7ab7bdacc6
Component: engine
2013-08-30 00:37:47 +02:00
Greg Thornton 6f14a61b9c Update remaining upstart scripts to wait for lxc-net
Upstream-commit: 3f141e1fd3a11507b049359ea59253b49395d494
Component: engine
2013-08-29 14:06:24 -05:00
David Calavera 7d1c223c01 Use flag.StringVar to capture the command line flags.
Upstream-commit: 9f8e5a93b4b7c6b190177c73085e7d2d2d93c64b
Component: engine
2013-08-29 11:46:42 -07:00
David Calavera ac027697b1 Fix syscall name.
Upstream-commit: 78d995bbd6dc8022faef251835ae6001c4c3da49
Component: engine
2013-08-29 11:46:42 -07:00
David Calavera 7f0d8ec01e Remove unused imports.
Upstream-commit: e7ee2f443ad93803e8312bc224da618d555aebdc
Component: engine
2013-08-29 11:46:42 -07:00
David Calavera ea51b25ef3 Simplify term signal handler.
Upstream-commit: b8a89628339dd63b5f2ff3d28715a5431412b65a
Component: engine
2013-08-29 11:46:42 -07:00
David Calavera f6009b13bb Add the ISIG syscall back to not kill the client withing a shell with ctrl+c.
Upstream-commit: b54ba5095bc8b9323a3649806df98345cbe1f3b0
Component: engine
2013-08-29 11:46:41 -07:00
David Calavera 13f0cfba56 Print a new line after getting the password from stdin.
Upstream-commit: f18889bf674e574a3ac1315ed7bbd56bf638e6c5
Component: engine
2013-08-29 11:46:41 -07:00
David Calavera 97484172e8 Exit if there is any error reading from stdin.
Upstream-commit: 6e4a818ee65008a043d3ba8e5053cc43babb2f66
Component: engine
2013-08-29 11:46:41 -07:00
David Calavera 1d2e8a4a7e Stop making a raw terminal to ask for registry login credentials.
It only disables echo asking for the password and lets the terminal to handle everything else.
It fixes #1392 since blank spaces are not discarded as they did before.
It also cleans the login code a little bit to improve readability.
Upstream-commit: 2357fecc92c57e2fcd4a37c60d713508210358f7
Component: engine
2013-08-29 11:46:41 -07:00
David Calavera b37c48f450 Allow to generate signals when termios is in raw mode.
Upstream-commit: 23dc52f52804219bd57b34217d8778bda0444f13
Component: engine
2013-08-29 11:45:04 -07:00
David Calavera acb802996c Use a more idiomatic syntax to capture the exit.
Upstream-commit: c3154fdf4d15aed049a9c18a36cc8511ed7e82c1
Component: engine
2013-08-29 11:45:03 -07:00
David Calavera 202ce62cc3 Exit from docker login on SIGTERM and SIGINT.
Fixes #1299.
Upstream-commit: f1d0625cf895abd1e6b22db3470216b9b9c5ef29
Component: engine
2013-08-29 11:45:03 -07:00
Andy Rothfusz 85c7a72a64 fix logo path
Upstream-commit: 230dc07d372cccb1aa1198ae300d06e418c73af6
Component: engine
2013-08-29 11:24:59 -07:00
Andy Rothfusz 6f1d2ff264 Merge pull request #1727 from dsissitka/patch-5
Fixed a minor syntax error.
Upstream-commit: c46d9933ecc90ee6560054a34afc9f8ee5920601
Component: engine
2013-08-29 11:05:22 -07:00
Andy Rothfusz 7e1465e3d2 Merge pull request #1708 from nexxy/patch-1
Update docker_remote_api_v1.4.rst
Upstream-commit: bcb081a269568b5cd047ce13b6a9c57fcdb63176
Component: engine
2013-08-29 10:22:05 -07:00
dsissitka 58ee8a4df1 Fixed a minor syntax error.
Upstream-commit: 57892365ef325d824ba6ce45a8e24e48cd117f0c
Component: engine
2013-08-29 12:35:37 -04:00
dsissitka 03c0f1a43e Fixed a minor syntax error.
Upstream-commit: 075253238dff72bdf03179fcb1d2b90ca097e7f0
Component: engine
2013-08-29 12:27:35 -04:00
David Sissitka 6eae9b0e29 Updated "POST /containers/create" to return the right Content-Type.
Upstream-commit: f6b56e996d6b721cb95c1a19b1df061900fb8fd1
Component: engine
2013-08-29 09:14:14 -07:00
Emily Rose d067439363 Added Emily Rose to AUTHORS.
Upstream-commit: 18d572abb4b633d766c9a28119a118761103f5f8
Component: engine
2013-08-28 22:28:31 -07:00
Andrew Munsell 02d16a65bf Add privileged flag in documentation for container creation
Upstream-commit: 37a236947eaa611a441328a0dfc015091402292b
Component: engine
2013-08-28 22:18:47 -07:00
Emily Rose 24a76563f6 Correct number of asterisks.
Upstream-commit: c1f6914e4374fcafa710c75eb23e8cffeeb45169
Component: engine
2013-08-28 20:01:18 -07:00
Andy Rothfusz bc42da0604 Fix #1685: Notes on production use. General installation cleanup.
Upstream-commit: b1eae313ad7d28142c7e0a8a60e3961bed0c84f0
Component: engine
2013-08-28 17:26:10 -07:00
Elias Probst ce891bf075 Added FIXME for iproute → netlink as advised in issue #925.
Upstream-commit: a359e52f293439388684ee3853fe036892d18dbf
Component: engine
2013-08-29 01:50:37 +02:00
Andy Rothfusz 4d8eebfc94 Merge pull request #1674 from jbbarth/docs
Add mercurial to the list of packages needed in a dev environment
Upstream-commit: bf98fff925952924635bc539b23919079d89e11f
Component: engine
2013-08-28 11:10:45 -07:00
Michael Crosby e492b96b65 Merge pull request #1696 from daniel-garcia/1448-add_newline_every_logmessage
Write newline after every log message
Upstream-commit: e6c3da42e7d620cdd4e73f9392040c8a1a021c21
Component: engine
2013-08-28 10:00:38 -07:00
Victor Vieux 4e48e82648 Merge pull request #1711 from dotcloud/1709-start_doc-fix
fix start documentation
Upstream-commit: d5220bc081bdbd054c8d0179ea75cfc1f6407e40
Component: engine
2013-08-28 09:51:20 -07:00
Victor Vieux 9b11388338 fix start doc
Upstream-commit: 66ef6c0f6ed887008ad73e317767e81551f76e72
Component: engine
2013-08-28 16:40:00 +00:00
Thomas Frössman 409e2bc9cf Fix bash completion, remove have
Should solve #1639.
Upstream-commit: 20772f90fff54f95fc8cafe2b0c9be4c093cbf64
Component: engine
2013-08-28 18:38:06 +02:00
Kyle Conroy 3f38733604 Merge branch 'master' of https://github.com/dotcloud/docker
Upstream-commit: 9a60f36cccd10bcd0587eb02df5f65af1b3b1a17
Component: engine
2013-08-28 06:44:21 -07:00
Emily Rose 97250ab7c0 Update docker_remote_api_v1.4.rst
Fixed a (very serious) typo.
Upstream-commit: 69a93b36d5a43c22402af5beea01d60b1b3be91f
Component: engine
2013-08-28 04:12:37 -07:00
Thatcher Peskens f47e456912 added apt-key finger tip and fingerprint in ubuntu installation page
Upstream-commit: 466a88b9a8331154730551c0009b67cded83ba58
Component: engine
2013-08-27 19:59:36 -07:00
Andy Rothfusz 47fe486cf7 Merge pull request #1703 from metalivedev/621-usebaseimages
Fix #621: add new use/base images section. Include examples.
Upstream-commit: f0620da74a5b4b63bf7b984899d10070da47c2db
Component: engine
2013-08-27 18:53:40 -07:00
Andy Rothfusz e1dfe0469e Fix #621: add new use/base images section. Include examples.
Upstream-commit: dffb72ca898ce44e19f148112c3f9b43c96e01da
Component: engine
2013-08-27 18:49:43 -07:00
Andy Rothfusz 2d98a967b5 Merge pull request #1698 from metalivedev/1684-Cleanup
Fix #1684: Cleanup introduction, working with repos, "use" index.
Upstream-commit: 128893062b5b479d64dbcc62e16b66584f24b16b
Component: engine
2013-08-27 18:15:06 -07:00
shin- 828c933a0c More descriptive, easier to process container portmappings information in the API
Upstream-commit: 98018df07856811536722df84b9558e0efdabdca
Component: engine
2013-08-28 00:20:35 +02:00
Andy Rothfusz 4e35bd72be Merge pull request #1694 from dotcloud/troubleshoot_windows_installation
Troubleshooting windows installation section
Upstream-commit: 4a3b039c2ad101c884733d6313aa0a665a747e9a
Component: engine
2013-08-27 14:48:15 -07:00
Andy Rothfusz e74c0d800f Fix #1684: Old Welcome is now Introduction. Working with Repos now follows Builder.
Clean up some doc build errors. Removed old Manifesto. Tweaked layout javascript
to allow direct link from first and last index elements.
Upstream-commit: c627ff6e209ac1f660a49371d4f6bd710470aacb
Component: engine
2013-08-27 14:29:49 -07:00
daniel-garcia 53272d3dc7 write newline after every log message.
Upstream-commit: d593f579528d2555296b535aeae8383f5d2ee9b3
Component: engine
2013-08-27 14:09:26 -05:00
Michael Crosby 773b1c3da4 Merge pull request #1611 from pysqz/master
Make sure 'Ghost' container is available with allocated IP
Upstream-commit: c2b273df5d69f3f0a95aacb4944a55856d40fb35
Component: engine
2013-08-27 11:30:00 -07:00
pysqz 9d0dc0b6f6 Also reuse forwarding ports
Upstream-commit: cc18a9c650305a377150c67e5ed10f1e2f19b685
Component: engine
2013-08-28 03:14:21 +08:00
Daniel Mizyrycki b70dc614ff Troubleshooting windows installation section
Upstream-commit: f861c493bf4d391f1721f536e86da4fa007fb7f0
Component: engine
2013-08-27 11:19:32 -07:00
jbbarth 0731b44888 Improve formatting with 'go fmt' as stated in CONTRIBUTING.md
As 'go fmt' doesn't support verifying files in multiple directories,
it's probably a good idea to run it on all '*.go' files from time to
time with something like this:

  find . -name "*.go" | xargs dirname | sort -u | xargs -n 1 echo go fmt
Upstream-commit: d80b50d4b4759665b93e713b99239aba9893416e
Component: engine
2013-08-27 10:05:25 +02:00
Andy Rothfusz a51df5a054 Merge pull request #1622 from TylerBrock/patch-2
Some fixes for MongoDB example
Upstream-commit: 5b84252c73ed0e6d3bf351099d73a4a69bacc60d
Component: engine
2013-08-26 17:28:38 -07:00
Tyler Brock 1a3985cf66 ENTRYPOINT fixups
Upstream-commit: f352ec945fbc34eafdde04dff7ced995c9e3a409
Component: engine
2013-08-26 19:17:26 -04:00
Daniel Mizyrycki 866edbc90f Merge pull request #1656 from KSid/vagrantfile-0.6
Update Vagrantfile to use docker apt repository
Upstream-commit: 714e424d74a1c633e4b2b2930d8af3da359df19a
Component: engine
2013-08-26 14:59:40 -07:00
Andy Rothfusz d94e17669e Merge pull request #1671 from kim0/patch-3
Don't force a non-existent npm version, use latest from epel
Upstream-commit: f7fa6c2b0bdaa8ed236ae8bf78206e97aa938613
Component: engine
2013-08-26 14:33:07 -07:00
Michael Crosby d0235d90e7 Merge pull request #1636 from unclejack/1594-return_non_zero_when_encountering_error
1594 - return non-zero exit code if at least one container has failed to start
Upstream-commit: b866254a195e9b33515b8a606185c26652f38a2a
Component: engine
2013-08-26 13:20:31 -07:00
Michael Crosby db9b32e85a Merge pull request #1678 from dotcloud/remove-incorrect-build-instructions
Remove incorrect build instructions
Upstream-commit: 108b6c644be55f8a34cdd02950541721efff9a41
Component: engine
2013-08-26 12:56:08 -07:00