Commit Graph

  • b9ffeb9e2c Merge pull request #9575 from brahmaroutu/lxcconf_9501 Alexander Morozov 2014-12-09 14:10:38 -08:00
  • 6ca414da06 User should get error message on wrong config closes #9501 Srini Brahmaroutu 2014-12-09 00:45:42 +00:00
  • 66843cd423 Change path breakout detection logic in archive package Alexandr Morozov 2014-11-26 23:00:13 -08:00
  • a5d4e8f098 Fix client-side HTTP hijacking over TLS Arnaud Porterie 2014-12-01 17:57:53 -08:00
  • 023722e3bb Flush stdin from within chroot archive Michael Crosby 2014-12-08 15:04:34 -08:00
  • 9f19621ed8 Fix chroot untar for zero padded archive from slow reader Lewis Marshall 2014-12-06 02:30:03 +00:00
  • ed1287419c validate image ID properly & before load unclejack 2014-11-27 23:55:03 +02:00
  • 94c64ce8e8 Add integration test for xz path issue Arnaud Porterie 2014-12-08 14:33:46 -08:00
  • ea53874af1 Decompress archive before streaming the unpack in a chroot Michael Crosby 2014-12-08 16:19:24 -05:00
  • 12026cb912 Update chroot apply layer to handle decompression outside chroot Michael Crosby 2014-12-08 16:14:56 -05:00
  • 0e2e573fb5 Add build tests covering extraction in chroot Cristian Staretu 2014-12-08 15:40:27 -05:00
  • 41c7d48d95 integ-cli: add test for links in volumes unclejack 2014-11-27 22:39:43 +02:00
  • 7e26fea20c integ-cli: add build test for absolute symlink unclejack 2014-11-27 22:14:15 +02:00
  • d423a092c7 Add another symlink breakout test Tibor Vass 2014-12-03 14:04:51 -05:00
  • edee2c60d1 symlink: add more tests Tibor Vass 2014-12-05 16:40:53 -05:00
  • 14630dbebf symlink: cleanup names and break big test into multiple smaller ones Tibor Vass 2014-12-05 15:33:11 -05:00
  • a8db79a140 Refactor of symlink tests to remove testdata dir Tibor Vass 2014-11-30 11:39:28 -05:00
  • d44e0801be Simplify FollowSymlinkInScope based on Go 1.3.3's EvalSymlinks Tianon Gravi 2014-12-05 14:58:46 -07:00
  • bb5a33c82a Merge pull request #9356 from cc272309126/fix-exec-paused-container Michael Crosby 2014-12-09 11:01:44 -08:00
  • 9923dcade2 Merge pull request #9467 from icecrime/9401-restrict_add_chown_scope Michael Crosby 2014-12-09 10:40:23 -08:00
  • 281b2a944f Merge pull request #9447 from ashahab-altiscale/7687-lxc-cap-add-cap-drop Michael Crosby 2014-12-09 10:35:52 -08:00
  • 2ecd40b772 Merge pull request #9581 from vbatts/vbatts-fix_gh9138 Tianon Gravi 2014-12-09 09:30:37 -08:00
  • 1e5e5cb310 Added description for 'docker run' command, -c/--cpu-shares flag shishir-a412ed 2014-11-24 16:20:18 -05:00
  • e7ab84e497 Merge pull request #9558 from philips/fixup-typo-in-systemd-article James Turnbull 2014-12-09 23:10:17 +11:00
  • e3ad9c003c Merge pull request #9559 from philips/use-dropins-in-systemd-article James Turnbull 2014-12-09 23:09:52 +11:00
  • fb1a7048bf Merge pull request #9573 from crosbymichael/flush-stdin unclejack 2014-12-09 01:54:01 +02:00
  • b99dd269f2 Merge pull request #9522 from SvenDowideit/add-some-cap-add-examples Fred Lifton 2014-12-08 15:50:25 -08:00
  • a4b445d2e9 Flush stdin from within chroot archive Michael Crosby 2014-12-08 15:04:34 -08:00
  • d19caad485 Merge pull request #9539 from flynn/chroot-untar-empty-archive-slow Tibor Vass 2014-12-08 17:59:21 -05:00
  • b7760aec59 Merge pull request #9567 from jfrazelle/8333-net-link-error Alexander Morozov 2014-12-08 14:36:44 -08:00
  • 3890e00172 Running a container that links to a container with --net host should throw an error. Jessica Frazelle 2014-12-08 11:33:18 -08:00
  • 1c6f987783 Merge pull request #9512 from duglin/Issue9404 Jessie Frazelle 2014-12-08 11:08:13 -08:00
  • be5e940362 Merge pull request #9489 from crosbymichael/info-root Arnaud Porterie 2014-12-08 09:05:00 -08:00
  • 9938c679ed docs: use systemd drop-ins instead of copying Brandon Philips 2014-12-07 18:44:07 -08:00
  • 3c2c492c7f docs: remove a trailing whitespace Brandon Philips 2014-12-07 18:40:12 -08:00
  • a6561f311c docs: docker.service not services Brandon Philips 2014-12-07 18:35:37 -08:00
  • 245df65b49 Fixes #9555: sudo not needed with cert authn Neal McBurnett 2014-12-07 13:43:20 -07:00
  • 16cbc8473e Update fish shell completions. Barnaby Gray 2014-12-07 12:40:29 +00:00
  • 7f2911210b Merge pull request #9497 from icecrime/86580-tls_interactive_exec Jessie Frazelle 2014-12-06 13:12:06 -08:00
  • e2032febfb Merge pull request #9543 from ErikDubbelboer/racefix Arnaud Porterie 2014-12-06 09:08:36 -08:00
  • c21c1c5984 Removed race condition If two interrupts were fired really quickly interruptCount could have been incremented twice before the LoadUint32 making cleanup not being called at all. Erik Dubbelboer 2014-12-06 22:42:32 +08:00
  • 6465d98afa Fix chroot untar for zero padded archive from slow reader Lewis Marshall 2014-12-06 02:30:03 +00:00
  • 84a6c7d576 LXC CAP ADD CAP DROP IN TEMPLATE Abin Shahab 2014-11-28 19:25:14 +00:00
  • 93dd7fb297 Merge pull request #9479 from jlhawn/tarsum_test_fix Alexander Morozov 2014-12-05 14:47:54 -08:00
  • 0703a67ce9 Return docker's root dir in docker -D info Michael Crosby 2014-12-03 15:29:54 -08:00
  • d93f5cf597 Merge pull request #9488 from crosbymichael/update-libcontainer-dec3 Jessie Frazelle 2014-12-05 12:05:06 -08:00
  • 2aeb9859a8 Merge pull request #9493 from SvenDowideit/note-lxc-conf-pitfall Michael Crosby 2014-12-05 11:16:19 -08:00
  • 5961d7dec3 Merge pull request #9528 from SvenDowideit/add-license-to-docs Michael Crosby 2014-12-05 11:15:47 -08:00
  • 8953683264 I was talking to someone whom i listen to, and she noted that our docs don't mention the license Sven Dowideit 2014-12-05 21:04:46 +10:00
  • 85c2d97483 Add a fuse example, combining both SYS_ADMIN and --device Sven Dowideit 2014-12-05 16:41:18 +10:00
  • a6b462feda add --cap-add=NET_ADMIN to make a new network device Sven Dowideit 2014-12-05 16:30:47 +10:00
  • 996111b8d3 Merge pull request #9272 from SvenDowideit/pr_out_try_out_a_different_phrase_for_icc Sven Dowideit 2014-12-05 16:22:51 +10:00
  • 49f85cd111 Merge pull request #9504 from davidmat/patch-1 James Turnbull 2014-12-04 21:57:45 -08:00
  • d60bbfaec3 Merge pull request #9507 from jsternberg/docker-build-docs-formatting-fix James Turnbull 2014-12-04 21:54:14 -08:00
  • fbf4eeb228 Merge pull request #9464 from SvenDowideit/sven_tries_webhooks Fred Lifton 2014-12-04 19:44:26 -08:00
  • 4eac49ffb5 Merge pull request #9516 from SvenDowideit/tweak-sidebar-css-for-more-spacing James Turnbull 2014-12-04 19:26:08 -08:00
  • 635b9dd208 Show image of the Build trigger screen, and add a little search engine fodder for it. Sven Dowideit 2014-12-05 13:05:38 +10:00
  • 822c213004 Add some extra details to webhook docs Sven Dowideit 2014-12-03 10:40:33 +10:00
  • e8f1ddbeb0 this v spacing irritated me while i was reading Sven Dowideit 2014-12-05 12:01:13 +10:00
  • 15957abc33 Reduce permissions changes scope after ADD/COPY Arnaud Porterie 2014-12-02 18:45:07 -08:00
  • 68e2369944 Merge pull request #9388 from SvenDowideit/update-docs-from-cli Sven Dowideit 2014-12-05 11:11:28 +10:00
  • 6a592dd8e6 Auto-update documentation from the output of the cli. Sven Dowideit 2014-11-28 14:21:55 +10:00
  • 5190e1516a Merge pull request #9510 from crosbymichael/chrootarchive Michael Crosby 2014-12-04 14:21:26 -08:00
  • 52bfe6086a Make 'docker build' send non-err output to stdout Doug Davis 2014-12-04 14:06:40 -08:00
  • ac96967ba9 Use consistent ApplyLayer in overlayfs Michael Crosby 2014-12-04 12:03:44 -08:00
  • 82038e31a9 Update Amazon EC2 Docker installation instructions David Mat 2014-12-04 13:26:36 +01:00
  • d749cd5cd2 Merge pull request #9494 from jfrazelle/cleanup Jessie Frazelle 2014-12-04 11:29:21 -08:00
  • 2b487e0de2 Fix the issue when docker exec a paused container, it will always hang. Add the test case of this issue. cc272309126 2014-11-28 00:08:39 +08:00
  • 25e75bf1f1 Fixing docs formatting for the forcerm flag on docker build Jonathan A. Sternberg 2014-12-04 12:30:16 -05:00
  • 22351497b2 Merge pull request #9495 from SvenDowideit/aws-cli-exclude-still-broken James Turnbull 2014-12-04 03:14:34 -05:00
  • 1c71415b94 Fix interactive exec over TLS Arnaud Porterie 2014-12-03 23:40:16 -08:00
  • 9d37d55377 Correctly close generated benchmark archives Josh Hawn 2014-12-03 22:23:31 -08:00
  • 3b1609f4c6 Something changed, broke the docs release script, and it seems that --exclude still doesn't work, so I'm removing it Sven Dowideit 2014-12-04 16:05:45 +10:00
  • de88b2cc7b Fix output format where no variable specified in mount pkg Jessica Frazelle 2014-12-03 19:02:51 -08:00
  • 61a90c5a2b Run 'go vet' on integration-cli. Jessica Frazelle 2014-12-03 18:45:51 -08:00
  • 9442c6a19e Remove unnessary abstraction deepEqual Jessica Frazelle 2014-12-03 17:52:06 -08:00
  • f3226b6931 Note that using -lxc-conf to change things Docker manages has pitfalls Sven Dowideit 2014-12-04 11:49:06 +10:00
  • 2a07b18ca1 Remove unnecessary abstraction nLines Jessica Frazelle 2014-12-03 17:47:28 -08:00
  • 4cd694cddb cleanup: remove startCommand function, only used once, and unecessary abstraction. Jessica Frazelle 2014-12-03 17:42:25 -08:00
  • 482d9b0df3 Be consistent about libtrust import path. Jessica Frazelle 2014-12-03 17:36:14 -08:00
  • 7930a900f5 Merge pull request #9486 from ClusterHQ/9484-fromSrc-api-docs James Turnbull 2014-12-03 20:31:44 -05:00
  • 65e3ca93a1 Merge pull request #9451 from erikh/fix-sqlite Jessie Frazelle 2014-12-03 17:17:20 -08:00
  • 56a5536647 Merge pull request #9490 from jfrazelle/fix-test-cmd-eff Michael Crosby 2014-12-03 16:29:31 -08:00
  • b108f27ddc Fix tests with old cmd function. Jessica Frazelle 2014-12-03 15:53:19 -08:00
  • e1ce0e0de9 Merge pull request #9089 from cpuguy83/8942_create_volumes_on_create Jessie Frazelle 2014-12-03 15:42:09 -08:00
  • 7f73c7a751 Update libcontainer to 53eca435e63db58b06cf796d3a9 Michael Crosby 2014-12-03 14:53:11 -08:00
  • 3d5681303b Update the most recent released version of the docs as well. Jean-Paul Calderone 2014-12-03 17:14:08 -05:00
  • d3f88b9d6d Talk about URL support and the real meaning of - in the latest fromSrc API documentation. Jean-Paul Calderone 2014-12-03 17:13:48 -05:00
  • cdaba1e671 Merge pull request #9482 from ncdc/TempArchive-close-bug Alexander Morozov 2014-12-03 14:13:15 -08:00
  • 717d7acf81 Fix invalid argument error on push Andy Goldstein 2014-12-03 15:36:57 -05:00
  • 576cfafbf2 Merge pull request #9426 from lhuard1A/overlay_rename Michael Crosby 2014-12-03 10:57:42 -08:00
  • 54cbb45483 Correct TarSum benchmarks: 9kTar and 9kTarGzip Josh Hawn 2014-12-03 10:35:20 -08:00
  • d335495a31 devmapper: Use transactions during device deletion Vivek Goyal 2014-12-03 13:06:43 -05:00
  • 18c76d6b93 devmapper: Use transaction mechanism during device or snap device creation Vivek Goyal 2014-12-03 13:06:43 -05:00
  • f802074502 devmapper: Find a free device Id to use for device creation Vivek Goyal 2014-12-03 13:06:43 -05:00
  • c3a04ca795 devmapper: Open code createDevice() and createSnapDevice() Vivek Goyal 2014-12-03 13:06:43 -05:00
  • a3ad44f760 devmapper: Provide a helper function getNextDeviceId() Vivek Goyal 2014-12-03 13:06:43 -05:00
  • 336b3bbd52 devmapper: Construct initial device Id map from device meta files Vivek Goyal 2014-12-03 13:06:43 -05:00
  • 622c433bcb devmapper: Keep track of used device Ids in a bitmap Vivek Goyal 2014-12-03 13:06:43 -05:00
  • b4dc28ba46 devmapper: Use a common delete function for all device deletion operation Vivek Goyal 2014-12-03 13:06:43 -05:00