Commit Graph

  • a52a28b609 Temporarily disable a broken test (waiting for @creack to fix it), and silence a warning which pollutes unit tests but is complicated to fix Solomon Hykes 2013-03-31 22:05:14 -07:00
  • 54443c092c gofmt Solomon Hykes 2013-03-31 22:04:59 -07:00
  • 29b7ecb017 Merge pull request #272 from dominikh/improve/lazy-ip-allocator Solomon Hykes 2013-03-31 21:04:35 -07:00
  • 6f9a67a7c7 Make IP allocator lazy Dominik Honnef 2013-03-30 23:32:10 +01:00
  • 8c36e6920a Working in progress: add unit tests for the running state check Guillaume J. Charmes 2013-03-31 20:14:54 -07:00
  • 3dcaf20d6b Check if the containers are really running when starting docker Guillaume J. Charmes 2013-03-31 17:40:39 -07:00
  • d949e2804a Add a check to avoid double start (resulting in dockerd to panic) and unit test for it Guillaume J. Charmes 2013-03-31 14:15:10 -07:00
  • 1fc9405537 Add progress bar on docker push Guillaume J. Charmes 2013-03-31 13:53:47 -07:00
  • b64dfdd8cd Add a progress bar to docker pull Guillaume J. Charmes 2013-03-31 13:04:41 -07:00
  • a6779bcae2 Revert regression introduced in 81eac415ad, which caused 'docker run -i' to never close stdin Solomon Hykes 2013-03-31 02:44:56 -07:00
  • 8293a0d533 Bumped version to 0.1.1 v0.1.1 Solomon Hykes 2013-03-31 02:18:04 -07:00
  • 0b9a3c86a2 Show shorthand container IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup containers Solomon Hykes 2013-03-31 02:02:01 -07:00
  • 5a2a044e24 Merge remote-tracking branch 'origin/125-reattach_attached_run_command-fix' Solomon Hykes 2013-03-31 00:20:31 -07:00
  • 99f9b69716 Add debug infos in CmdInfo to know the amount of fds and goroutines in use Guillaume J. Charmes 2013-03-30 10:33:10 -07:00
  • b336d928fe Make sure to close all pipes when detaching client (#228) Guillaume J. Charmes 2013-03-30 09:47:09 -07:00
  • 4760749402 Close the containers stdin when the process dies Guillaume J. Charmes 2013-03-30 09:08:53 -07:00
  • 7efde5eb83 Fix a scope issue preventing the close of slave stdin pty (#228) Guillaume J. Charmes 2013-03-30 09:07:54 -07:00
  • 5252ab697c Store the master ptys in order to close them when the process dies (#228) Guillaume J. Charmes 2013-03-30 09:05:53 -07:00
  • 41555f67e0 Merge pull request #269 from cespare/gofmt-1 Guillaume J. Charmes 2013-03-30 12:46:47 -07:00
  • 75ba07cb3a Swapped a map for a list in writeBroadcaster. Robert Obryk 2013-03-30 14:44:00 +01:00
  • 0bdfcfaa33 Make writeBroadcaster safe for concurrent use. Robert Obryk 2013-03-30 14:37:06 +01:00
  • 8cceafc834 Add unit test for the #125 scenario. Reattach after client disconnect on stdin allocated container Guillaume J. Charmes 2013-03-30 06:55:47 -07:00
  • 2d4c5ddbdd Gofmt. Caleb Spare 2013-03-29 23:58:30 -07:00
  • d1ed28cb94 Merge remote-tracking branch 'robryk/cmdstream-deadlock' Solomon Hykes 2013-03-29 23:43:02 -07:00
  • 7dbb1eacc1 Merge remote-tracking branch 'origin/improve_container_tests' Solomon Hykes 2013-03-29 23:41:09 -07:00
  • e9d17b1f91 Redundant message in basics. Thatcher Peskens 2013-03-29 17:38:31 -07:00
  • 6437648176 Added a lot of basic instructions on various topics Thatcher Peskens 2013-03-29 17:30:10 -07:00
  • e99541e637 packaging; issue #30: Original files to make the Ubuntu PPA on launch date Daniel Mizyrycki 2013-03-29 14:56:48 -07:00
  • 68278b66c5 Added a timeout to TestCmdStreamLargeStderr. Robert Obryk 2013-03-29 22:09:25 +01:00
  • 0ebdca5e61 Add unit test for multiple attach / restart Guillaume J. Charmes 2013-03-29 10:56:49 -07:00
  • 81eac415ad Do not close the stdin of the process when the client deattaches himslef Guillaume J. Charmes 2013-03-29 09:42:42 -07:00
  • 0b2eee8b33 Fix #108, reattach now works properly Guillaume J. Charmes 2013-03-29 09:31:47 -07:00
  • d0d5d5ff09 Merge pull request #265 from dotcloud/formating_debug_harmonize Solomon Hykes 2013-03-29 21:30:43 -07:00
  • 57dfca052b Merge pull request #266 from dotcloud/do_not_log_stopped_container Solomon Hykes 2013-03-29 21:29:19 -07:00
  • 99b36c2c32 Add comments in graph.go Solomon Hykes 2013-03-29 21:13:59 -07:00
  • 0f7a4534c1 Do not log non-running containers Guillaume J. Charmes 2013-03-29 08:46:06 -07:00
  • 7a565a0479 Remove unused variable from container struct Guillaume J. Charmes 2013-03-29 08:41:48 -07:00
  • 69c2250ec2 Add some error checking in container monitor Guillaume J. Charmes 2013-03-29 08:29:59 -07:00
  • d17f78c373 Harmonize the error management. Use fmt.Errorf instead of errors.New Guillaume J. Charmes 2013-03-29 08:19:42 -07:00
  • ccac5b1382 Add debug infos Guillaume J. Charmes 2013-03-29 08:18:43 -07:00
  • b013d93786 Merge remote-tracking branch 'origin/264-remove_cmdAttach_option' Solomon Hykes 2013-03-29 20:30:43 -07:00
  • b1fa21aa0e Merge remote-tracking branch 'lopter/master' Solomon Hykes 2013-03-29 20:17:33 -07:00
  • 9740102990 Fix output in the login command Louis Opter 2013-03-28 12:11:47 -07:00
  • 9442d6b349 Remove the options of CmdAttach Guillaume J. Charmes 2013-03-29 07:49:26 -07:00
  • 232dbb1864 Improve the containers unit tests (add error checking) Guillaume J. Charmes 2013-03-29 07:44:58 -07:00
  • f483b214bb Merge remote-tracking branch 'robryk/bufreader-race' Solomon Hykes 2013-03-29 13:50:33 -07:00
  • f5b458b1dc Merge pull request #250 from metachord/master Solomon Hykes 2013-03-29 13:42:23 -07:00
  • f7b4f0c193 FIXME: implement a timeout in TestCmdStreamLArgStderr to avoid blocking the whole test suite when it fails Solomon Hykes 2013-03-29 13:37:52 -07:00
  • 6ede6bc8f2 Comment CmdStream a little bit to facilitate future fixes and contributions Solomon Hykes 2013-03-29 13:26:02 -07:00
  • fdae64d8d7 Merge remote-tracking branch 'robryk/cmdstream-deadlock' Solomon Hykes 2013-03-29 13:20:17 -07:00
  • f85e6548c7 Comment to explain CmdStream Solomon Hykes 2013-03-29 13:18:59 -07:00
  • c937e237ad Merged Ctrl-C interception by @creack Solomon Hykes 2013-03-29 13:12:04 -07:00
  • 58befe3081 Fix a deadlock in CmdStream. Robert Obryk 2013-03-29 12:42:17 +01:00
  • bd3c6793a1 remove dulicated text and correct contributing link John Costa 2013-03-29 07:06:58 -04:00
  • d52451bcf8 Fix a race condition in bufReader. Robert Obryk 2013-03-29 11:00:50 +01:00
  • 6d72758f12 Remove unnecessary part of paths to lxc executables Maxim Treskin 2013-03-29 12:07:25 +07:00
  • 1d6929c8bc Fixed leftover from docs merge. Thanks @cespare for spotting! Solomon Hykes 2013-03-28 19:18:03 -07:00
  • 48a208baf1 Merging dhrp/docs Solomon Hykes 2013-03-28 19:12:58 -07:00
  • 61cf09b2e7 Fixed some links in gettingstarted Thatcher Peskens 2013-03-28 19:03:06 -07:00
  • b51fe837a4 Merge pull request #241 from titanous/cleanup-deps Solomon Hykes 2013-03-28 18:45:44 -07:00
  • 4e11e42546 Merge pull request #244 from dotcloud/docs-julien Solomon Hykes 2013-03-28 18:45:20 -07:00
  • ba33d67a1a Test that iptables() looks for iptables in the PATH Solomon Hykes 2013-03-28 18:44:47 -07:00
  • 70853785b6 Merge remote-tracking branch 'shawnsi/iptables-wrapper' Solomon Hykes 2013-03-28 18:40:02 -07:00
  • 12a65dc4a8 Merge remote-tracking branch 'titanous/camelize' Solomon Hykes 2013-03-28 18:23:59 -07:00
  • b67fe1ecb9 Merge pull request #246 from titanous/update-authors Solomon Hykes 2013-03-28 18:19:05 -07:00
  • 6bcc55f7d0 Update AUTHORS and add .mailmap Jonathan Rudenberg 2013-03-28 20:52:49 -04:00
  • a6da7f138c Camelize some snake_case variable names Jonathan Rudenberg 2013-03-28 20:12:23 -04:00
  • d66de319bd Docs: Changed the url of the LEGO img to point to the one with copyright Julien Barbier 2013-03-28 17:09:36 -07:00
  • 760736b3f3 add contributing guidlines md file John Costa 2013-03-28 20:04:21 -04:00
  • 0636c11f0b Merge remote-tracking branch 'origin/165-push_permission_check-fix' Solomon Hykes 2013-03-28 15:45:00 -07:00
  • 5dc1e66366 Remove unneeded sqlite deps from puppet and debian control Jonathan Rudenberg 2013-03-28 18:38:53 -04:00
  • a5054184a1 move documentation changes to reStructuredText docs under website. https://github.com/dotcloud/docker/issues/42 John Costa 2013-03-28 16:32:31 -04:00
  • 09910785c8 Merge remote-tracking branch 'dotcloud/master' into dhrp/docs Thatcher Peskens 2013-03-28 12:48:32 -07:00
  • 523803d633 Handling iptables() errors more usefully during portmapper setup Shawn Siefkas 2013-03-28 14:44:54 -05:00
  • 4bd21e0d7f Merge remote-tracking branch 'dotcloud/master' into dhrp/docs Thatcher Peskens 2013-03-28 12:36:14 -07:00
  • c66d2b6a53 Return error when iptables is not found Shawn Siefkas 2013-03-28 14:30:56 -05:00
  • da69df5f42 Added the lego illustration to the docs.docker.io 'homepage' Thatcher Peskens 2013-03-28 12:27:37 -07:00
  • 32b58159cd Changed the lego illustration on /README.md to the version which contains the copyright in the image itself. Thatcher Peskens 2013-03-28 12:18:22 -07:00
  • dfc3904f77 Looking for iptables in PATH Shawn Siefkas 2013-03-27 13:29:58 -05:00
  • 4825d3a537 Merge branch 'master' of ssh://github.com/dotcloud/docker Solomon Hykes 2013-03-28 11:54:33 -07:00
  • 5c639118d3 fixed some of the syntax in example Ken Cochrane 2013-03-28 15:51:10 -03:00
  • 9bc7e71f16 Removed $'s from examples to make them easier to copy paste Thatcher Peskens 2013-03-28 11:50:00 -07:00
  • 19316955dd Merge remote-tracking branch 'origin/174-remove_image_twice-fix' Solomon Hykes 2013-03-28 11:48:41 -07:00
  • 172f746e4d Fixed links on gettingstarted to point to the right places in docs Thatcher Peskens 2013-03-28 11:44:33 -07:00
  • 47e5d2f5e1 Merge remote-tracking branch 'origin/docs' Solomon Hykes 2013-03-28 11:12:00 -07:00
  • 70594bdd16 Merge remote-tracking branch 'dotcloud/master' into local/dotcloud/docs Thatcher Peskens 2013-03-28 10:58:01 -07:00
  • 09e69e45a6 Merge pull request #225 from dhrp/readthedocs Ken Cochrane 2013-03-28 06:58:21 -07:00
  • 9528b8685f Merge pull request #229 from mynamewastaken/master Ken Cochrane 2013-03-28 06:55:40 -07:00
  • b3cbe87b62 Update README.md mynamewastaken 2013-03-28 02:55:28 -05:00
  • 6a236184af Change hardcoded "0" onto os.Stdin.Fd() Guillaume J. Charmes 2013-03-27 23:56:36 -07:00
  • 108acc0511 #214 Better signal handling Guillaume J. Charmes 2013-03-27 23:54:53 -07:00
  • e37ce11cfa Merge pull request #227 from chooper/issue226_vagrant Charles Hooper 2013-03-27 22:56:37 -07:00
  • fa89076673 Remove /usr/local/bin/docker Charles Hooper 2013-03-28 05:28:11 +00:00
  • 5aba56e0e0 Merge remote-tracking branch 'upstream/master' Charles Hooper 2013-03-28 02:08:04 +00:00
  • daa7e4a203 Merge pull request #184 from titanous/simplify-vagrant Charles Hooper 2013-03-27 19:07:20 -07:00
  • a3ab89df2b vagrant: Simplify provisioning to build from repo Jonathan Rudenberg 2013-03-27 19:19:30 -04:00
  • 90fb5dc962 Made all paths "pretty url's" including gettingstarted. Thatcher Peskens 2013-03-27 17:01:50 -07:00
  • 3b71336edc Made changes to incorporate extermal docs.docker.io. Also took out /documentation/ dir so sources are easier accessible and the folder is not redundant on docs.docker.io/documentation/ Thatcher Peskens 2013-03-27 16:43:13 -07:00
  • baea0a98f8 Add unit test for #174 Delete image already deleted then repulled Guillaume J. Charmes 2013-03-27 12:09:58 -07:00
  • d8dc6d4583 Merged branch sa2ajj/top-level-makefile Solomon Hykes 2013-03-27 11:50:01 -07:00