Commit Graph
4154 Commits
Author SHA1 Message Date
Josh Poimboeuf 5763c9619e resize pty after starting
Since ptyMaster is created during container start (startPty), it should
resized after starting, not before.
Upstream-commit: 171d681724443cf69f669dcaf4887f5d99894b25
Component: engine
2013-11-20 11:40:30 -06:00
Michael Crosby b5aa530e7a Merge pull request #2779 from crosbymichael/pin-python-deps
Pip python deps to a specific version
Upstream-commit: cd4c1ac35606bf2a245a76b6b3fd3ff1f2d67d03
Component: engine
2013-11-19 21:29:09 -08:00
Michael Crosby c381c4ac31 Merge pull request #1974 from dotcloud/1155-offline-image-transfer
Implement offline image transfers
Upstream-commit: b8af68a92b9914c5fca0753660f52420d40fa01e
Component: engine
2013-11-19 20:00:58 -08:00
Michael Crosby 92e4e393e6 Add typo in remove all. Ensure tmpDir is removed
Upstream-commit: 9de45904980dba224e8ab133f12cfc53835e2dd4
Component: engine
2013-11-20 03:52:33 +00:00
Michael Crosby 3f60be4255 Fix error checks for offline transfer and remove unneeded debug output
Upstream-commit: 0ef6fed5c7b7b1ab4084ecc99880ffc6a7c8eaca
Component: engine
2013-11-20 03:52:33 +00:00
Frederick F. Kautz IV 46ebe14722 Adding 1.7 documentation
Upstream-commit: 383f95bba1fef213473725fdf6193be0de5b73fd
Component: engine
2013-11-20 03:52:33 +00:00
Frederick F. Kautz IV b7d4ec1f01 Adding content type to images/(name)/get
Upstream-commit: 1211065c8d81fcc480ddea5d377982cab871d472
Component: engine
2013-11-20 03:52:33 +00:00
Frederick F. Kautz IV 5b716c3df7 Fixing build
Upstream-commit: 844c13bce6429087e2763038136e6485da425741
Component: engine
2013-11-20 03:52:33 +00:00
Frederick F. Kautz IV 623a7ac7d4 Setting offline package version to 1.0
Upstream-commit: 6014db4a7e8d76580edf995bc974a55dace0c8ba
Component: engine
2013-11-20 03:52:33 +00:00
Frederick F. Kautz IV 9f3f248404 Adding spaces to fix docs build
Upstream-commit: bf504f2afab679922e92b8bb5fe28957f5f6bf02
Component: engine
2013-11-20 03:52:33 +00:00
Frederick F. Kautz IV bac700fc36 Adding version info, switching to defer for cleanup
Upstream-commit: 61a8020e51ac6de9bc777098a04e05a185c2cd32
Component: engine
2013-11-20 03:52:33 +00:00
Frederick F. Kautz IV 390195822f Offline Image Transfers #1155
Upstream-commit: 7eaa59f626fa9e9b3bf61d3d7eff0fb70b3d011a
Component: engine
2013-11-20 03:52:33 +00:00
Michael Crosby 56750f8076 Pip python deps to a specific version
Upstream-commit: 2cccbbdadd8ee7e28824c244e48acebfca96d78a
Component: engine
2013-11-19 19:25:54 -08:00
Victor Vieux 907033fb80 Merge pull request #2777 from dotcloud/fix_port_stop_start
don't import emport empty hostconfig
Upstream-commit: b700ee006aee0811d55c79632d038d92a9aebfbc
Component: engine
2013-11-19 18:36:22 -08:00
Victor Vieux 00e4f0c411 don't import emport empty hostconfig
Upstream-commit: 0169cf15dd272f0403909a9be64fd1b575396ffc
Component: engine
2013-11-19 18:28:50 -08:00
Michael Crosby ad8fb52fd4 Merge pull request #2750 from jpoimboe/simplify-register-reconnect
Simplify the runtime Register reconnect logic
Upstream-commit: 234f5ac39f22b02cce62d789283a4ed80b728fe2
Component: engine
2013-11-19 17:30:59 -08:00
Victor Vieux 9670fcc04b Merge pull request #2748 from jpoimboe/fix-restart-race-condition
fix container restart race condition
Upstream-commit: d57591803847ea1492ee74cb1199407059ab6c63
Component: engine
2013-11-19 16:26:13 -08:00
Josh Poimboeuf 220d989071 simplify the runtime Register reconnect logic
Refactor the Register code a little bit to make it easier to comprehend.
Upstream-commit: 3cbec951772b9849c0ba679a5988b54384d05ce1
Component: engine
2013-11-19 14:09:30 -06:00
Michael Crosby 267e312526 Merge pull request #2759 from dotcloud/lintify-1
Lintify code with confidence=1
Upstream-commit: 9d867a389b02300e77ced26a702f9a8d8050c16e
Component: engine
2013-11-19 11:26:15 -08:00
Andy Rothfusz f37e981fe7 Merge pull request #2757 from Painted-Fox/patch-2
Simplify the upstart example in host_integration.rst
Upstream-commit: 4eaba8de918c384a782f181122c333fa7bd14857
Component: engine
2013-11-19 10:29:54 -08:00
Andy Rothfusz 7d3676e536 Merge pull request #2770 from tianon/better-man-page
Switch sphinx man_pages generation to use commandline/cli
Upstream-commit: 434c1613a42661014147c21fe22867f6faa0a901
Component: engine
2013-11-19 10:28:50 -08:00
Andy Rothfusz 2d625fbded Merge pull request #2766 from sbellem/doc-improvements
fixed typos, and made small improvements to the wording
Upstream-commit: 18da26c62a2b4dc749a9c4074efcca32cc4b0573
Component: engine
2013-11-19 10:27:25 -08:00
Ryan Seto 8dfcb6d8f5 Fix quote mistake.
Upstream-commit: 1da8c50deddde692c1f87aec86c20cd3c2c3fd11
Component: engine
2013-11-19 12:14:39 -05:00
Tianon Gravi a9304e452b Switch sphinx man_pages generation to use commandline/cli instead of toctree for a more relevant/useful man page
Upstream-commit: 1cd9529ad350f70aaf6627368bdc8d007b90b3e4
Component: engine
2013-11-19 10:10:42 -07:00
Daniel Mizyrycki b456131081 Merge pull request #2734 from zitrusmedia/master
Vagrantfile modified to support VBoxGuestAdditions_4.3.2
Upstream-commit: f78d45863cb285e45edd427a958962421d3832f2
Component: engine
2013-11-19 09:04:28 -08:00
Sylvain Bellemare 3ec0757555 fixed typos, and made small improvements to the wording
Upstream-commit: 3656db66d2f13d74e07574d229b32023bb11dc1f
Component: engine
2013-11-19 14:44:50 +01:00
Ryan Seto e445caadb0 Correct the quotations in the command to add the -r=false flag. Thanks to @tianon for pointing this out.
Upstream-commit: 194d4b93768c49f0d76a5da8943446efbea879ca
Component: engine
2013-11-18 21:23:00 -05:00
Andy Rothfusz d87c69acdb Merge pull request #2719 from metalivedev/2702-knownissue-lxc-start-failed-to-mount
Fixes #2702. Also cleans up formatting and long lines in volumes doc.
Upstream-commit: 1de02a70dea3249413da4a06a205d7d9c98145aa
Component: engine
2013-11-18 17:27:49 -08:00
Guillaume J. Charmes 6e0c243c2e Lintify code with confidence=1
Upstream-commit: 5e941f1ca035bb1ec014c18d277aecaa41deba85
Component: engine
2013-11-18 16:24:11 -08:00
Andy Rothfusz f783d46575 Merge pull request #2755 from metalivedev/test-2592
Replace PR#2592
Upstream-commit: 511a62a099ee086b6472816703a3e247d42f2127
Component: engine
2013-11-18 15:29:48 -08:00
Andy Rothfusz 2b588f2557 Merge pull request #2721 from metalivedev/2701-addmedia
Add security section and embed private registry video.
Upstream-commit: 256d46fe68e0faaab8efc3101ece2260a009e2af
Component: engine
2013-11-18 15:29:35 -08:00
Ryan Seto 5a2e995ad5 Simplify the upstart example in host_integration.rst
Taking some pointers from @tianon on my pull request #2685.
Upstream-commit: 76ee860ece15f8a7738c503fdd73f124f0ef1f4b
Component: engine
2013-11-18 16:21:03 -05:00
Andy Rothfusz 814f2e1b4e Fixes #2702. Also cleans up formatting and long lines in volumes doc.
Upstream-commit: 2ae1f29dfe6fea26d2e0ac29faa2375a5db2c2d9
Component: engine
2013-11-18 13:09:13 -08:00
Victor Vieux 9af9f8999c Merge pull request #2718 from dotcloud/fix_tmp_dir_never_cleanup
Fix tmp dir never cleanup
Upstream-commit: f946a486ea3cdb56c771a37da281ad223b5042f8
Component: engine
2013-11-18 12:20:23 -08:00
Guillaume J. Charmes 3aad2aef64 Merge pull request #2743 from tianon/go1.2rc5
Update to go1.2rc5
Upstream-commit: e008c7c0685ea43861b61a6e5e4509516707e967
Component: engine
2013-11-18 12:11:56 -08:00
Andy Rothfusz 29163ad063 Merge pull request #2729 from SvenDowideit/docker-info-doc
add example for docker info
Upstream-commit: 669e4bac30f41c2bebbcae2889fb1420cd41af37
Component: engine
2013-11-18 11:44:54 -08:00
Andy Rothfusz 28e01f39d4 Merge pull request #2726 from SvenDowideit/docker-history-doc
add example for docker history
Upstream-commit: f6362fbb0ee00aa2a7ac6ca21f8ba1004a135b4c
Component: engine
2013-11-18 11:43:44 -08:00
Andy Rothfusz 0af8e75a2b Merge pull request #2742 from rick/patch-1
Tiny typo cleanup
Upstream-commit: c1cd8245709da81e5633145a8e6991eee336c555
Component: engine
2013-11-18 11:37:37 -08:00
Michael Crosby 00d1972d8e Merge pull request #2752 from dotcloud/gofmt_test
Go fmt tests
Upstream-commit: 4546832507694fc675fe1604b219de25d454cd35
Component: engine
2013-11-18 11:34:59 -08:00
Andy Rothfusz ab58212aa6 Merge pull request #2724 from SvenDowideit/docker-diff-example
add an example of what to expect from docker diff, and what the 3 codes mean
Upstream-commit: b5934711d06331d911447d87146ec539da397a77
Component: engine
2013-11-18 11:34:05 -08:00
Victor Vieux e0cb0011ff gofmt_test
Upstream-commit: ed8f75d25ca0fb46d8c06bfe74bbc386bf4e8a8f
Component: engine
2013-11-18 11:25:13 -08:00
Michael Crosby 73f468d678 Merge pull request #2749 from jpoimboe/dont-forward-SIGCHLD
Do not forward SIGCHLD to container
Upstream-commit: cfbd9ea16dd9ef421f7d6f7d1ed325c7d070eeb3
Component: engine
2013-11-18 11:24:08 -08:00
Michael Crosby 09ea066621 Merge pull request #2638 from FreakyDazio/2506-name-conflict-error
More informative error message on name collisions
Upstream-commit: 75dd1663e0be37fc7a29ae3eaf55a27f7f1b2d9d
Component: engine
2013-11-18 11:13:43 -08:00
Darren Coxall 6c91c91066 More informative error message on name collisions
This is the proposed fix for #2506. It provides a more complete message
with regards to name collisions including informing of the opposing
containers ID.

I have included a test to ensure that the correct short id is displayed
to make the message easier to understand.
Upstream-commit: 3c67a2849337f3b9bd92dd389f0e02e48a36028b
Component: engine
2013-11-18 17:51:47 +00:00
Josh Poimboeuf 4070c845dc don't forward SIGCHLD to container
It makes no sense to forward SIGCHLD to the container.
Upstream-commit: 440422a96346072a0a9016c4db78ff7599a702aa
Component: engine
2013-11-18 11:45:29 -06:00
Josh Poimboeuf 4d58ddf15b fix container restart race condition
Finish container cleanup before setting the state to stopped.
Otherwise, for an application that exits quickly, a call to Restart
can allow Start to be called again before cleanup is done, resulting in
overritten data in the Container struct.
Upstream-commit: fc2f5758cf22fe5d3d46be7e4642abc0735e2c8d
Component: engine
2013-11-18 11:42:30 -06:00
Tianon Gravi 6f7d08bf45 Update to go1.2rc5
Upstream-commit: 9e1da3ec9ce8e608c17d999446882ae096b8394f
Component: engine
2013-11-17 22:36:26 -07:00
Rick Bradley 92d82345a3 Tiny typo cleanup
Upstream-commit: b76574f85512d3566bd056d516084e777788a82c
Component: engine
2013-11-17 21:10:06 -08:00
Tianon Gravi 9f3980c29f Merge pull request #2732 from jplock/patch-2
Fix images not being properly tagged in mkimage-debootstrap.sh
Upstream-commit: 457375ea370a2da0df301d35b1aaa8f5964dabfe
Component: engine
2013-11-17 08:06:58 -08:00
Frederik Loeffert 002c9db825 Vagrantfile modified to support VBoxGuestAdditions_4.3.2
Upstream-commit: 7e580aacec10d64c2fa0811e41a35159e47fcfa4
Component: engine
2013-11-17 01:20:21 +01:00