Commit Graph

  • 3f55cc6f41 Add comment clarifying null termination Tianon Gravi 2014-02-10 15:11:17 -07:00
  • 6d92748c6f Exec out to ip right now for creating the veth pair Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: 27ed9a9f98750ab666d6221553b6f4ea59d396b8 Component: engine Michael Crosby 2014-02-11 03:32:35 -08:00
  • d33fce79f6 add a little more information about the docker run -P option Sven Dowideit 2014-02-11 19:53:45 +10:00
  • 96a42d5055 lxc: Drop NET_ADMIN capability in non-privileged containers Alexander Larsson 2014-02-11 11:10:55 +01:00
  • 9ca9fdc33f devicemapper: Fix tests on fedora Alexander Larsson 2014-02-11 09:42:34 +01:00
  • abb4de8546 devmapper: Remove directory when removing devicemapper device Alexander Larsson 2014-02-11 09:40:13 +01:00
  • c0caaa92a3 Add more netlink functions for set ns by fd and bring iface down Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: f9cd1be6ffbda85f20cc7926274fab7484a19823 Component: engine Michael Crosby 2014-02-10 22:32:07 -08:00
  • 71b22701b5 add a little info on upgrading Sven Dowideit 2014-02-11 14:58:42 +10:00
  • 11beb9de93 point out that ENV DEBIAN_FRONTEND will persist, so its not recommended Sven Dowideit 2014-02-10 16:10:15 +10:00
  • 1093e871da Allow add of empty name Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: 4dec36d1ee8cfd8b396210daa5367d146bbb34bc Component: engine Michael Crosby 2014-02-10 16:41:16 -08:00
  • 06def9a48b bring back the explaination of our LGTM process Sven Dowideit 2014-02-11 10:10:50 +10:00
  • 7dcdfb0d44 fix --run in docker commit Victor Vieux 2014-02-10 23:52:15 +00:00
  • 22eab6c016 Merge pull request #4019 from ostezer/fix-installation-windows-doc-title Andy Rothfusz 2014-02-10 15:26:32 -08:00
  • 3665663666 Merge pull request #3524 from tianon/supplementary-groups Victor Vieux 2014-02-10 14:42:14 -08:00
  • 79c6233460 Merge pull request #3871 from jdef/patch-1 Victor Vieux 2014-02-10 14:38:39 -08:00
  • 6da2235591 Create veth pair via netlink Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: 38eabfa65c5be78a08a8287b600e230dbe0bfac5 Component: engine Michael Crosby 2014-02-10 13:37:16 -08:00
  • 2095048f8c docs: Installation Instruction Title & Description Fixes Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer) O.S.Tezer 2014-02-09 14:40:31 +02:00
  • 9a1d113883 Merge pull request #4026 from crosbymichael/fix-linking-icc Guillaume J. Charmes 2014-02-10 13:13:28 -08:00
  • f694361fe5 Add better ".git" detection and use Tianon Gravi 2014-02-10 13:44:34 -07:00
  • 1f10c0734d Merge pull request #3983 from creack/remove_linux_specific Guillaume J. Charmes 2014-02-10 12:10:38 -08:00
  • 2b129f1c41 Merge pull request #4042 from crosbymichael/allow-empty-cmd Guillaume J. Charmes 2014-02-10 11:53:14 -08:00
  • 5fb9dcf843 Improve get if socket loop Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: 27df18ff11dbfc22ca539462710abf07d507c0d9 Component: engine Michael Crosby 2014-02-10 11:36:23 -08:00
  • 4ce6d81f0d Improve no command handling Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: 44821158409d59024173336188e087c605e1da1a Component: engine Michael Crosby 2014-02-10 11:04:24 -08:00
  • fecffaa7b6 Merge pull request #4017 from alexlarsson/skip_block_zeroing Guillaume J. Charmes 2014-02-10 10:33:37 -08:00
  • 3390e64221 Merge pull request #4031 from tianon/gopath Michael Crosby 2014-02-10 13:06:41 -05:00
  • 84218fb3cf Merge pull request #4013 from creack/remove_panic_lxc Michael Crosby 2014-02-10 12:52:52 -05:00
  • 33cd5e68ce Merge pull request #4 from tianon/slight-netlink-cleanup Michael Crosby 2014-02-10 01:42:05 -05:00
  • aa80369d9a Add slightly better GOPATH detection/handling Tianon Gravi 2014-02-09 18:21:01 -07:00
  • aaca90f4b6 Update NetworkChangeName to be more similar to my original (moving IFNAMSIZ constant outside the function like it should've been) Tianon Gravi 2014-02-09 18:12:43 -07:00
  • a535869482 Adjust test to match its comment Andrew Williams 2014-02-09 15:36:04 -06:00
  • c36542fc7c Replace my C code with tianons Go code Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: 524416560a4624d30023db32101c9fe5ebffc895 Component: engine Michael Crosby 2014-02-09 05:54:13 -08:00
  • de9b1efd2f Remove linux specific calls Guillaume J. Charmes 2014-02-06 14:13:03 -08:00
  • 64b4ce5805 Add bidirectional iptables rule back to links Michael Crosby 2014-02-09 01:43:46 -08:00
  • 81f4bd236b devmapper: Enable skip_block_zeroing Alexander Larsson 2014-02-09 07:25:34 +01:00
  • 347c7fca0d Use c to change interface name Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: ee39033073ece35e91c6c5a8cb66d23246511fb0 Component: engine Michael Crosby 2014-02-08 20:44:04 -08:00
  • 31b1c10e09 Swap Firefox to Iceweasel so that the Desktop Integration example is simplified and easier to understand Tianon Gravi 2014-02-08 11:34:11 -07:00
  • e66ed158d6 Add network set interface in namespace by pid Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: e3762e8d6937741a5654b1443f95beb784f018f1 Component: engine Michael Crosby 2014-02-08 10:03:16 -08:00
  • 7920ed3ee7 Add set master for interface Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: a6c791e8a92f29a2ae2c6bc81e4ab873d3ceb41f Component: engine Michael Crosby 2014-02-08 09:53:04 -08:00
  • 29b4f1c123 Remove panic in lxc driver. Guillaume J. Charmes 2014-02-07 19:09:52 -08:00
  • 60784e353c Merge pull request #3987 from SvenDowideit/warn-against-symlinks Andy Rothfusz 2014-02-07 18:48:19 -08:00
  • 1d05c3f324 Merge pull request #3932 from SvenDowideit/no-docker-meeting-channel Guillaume J. Charmes 2014-02-07 16:28:10 -08:00
  • a58e2667ed Merge pull request #3978 from philips/add-philips-as-pkg-systemd-maintainer Michael Crosby 2014-02-07 12:32:21 -05:00
  • 9e9837fce8 please, for the love of Docker, do. not. use. symlinks Sven Dowideit 2014-02-07 15:21:33 +10:00
  • 1097b506cc Instructions for Textmate's bundle installation German DZ 2014-02-07 09:30:11 +01:00
  • 4f66485afb New folder structure to support TextMate2 bundles format German DZ 2014-02-07 09:22:10 +01:00
  • 9378ca24df Fix RST formatting Upstream-commit: b2945f27767f35a273feb6e255945f3e1f6108d2 Component: engine Dafydd Crosby 2014-02-07 00:10:47 -07:00
  • 25d86837fc Merge pull request #3984 from jamtur01/secfaw Andy Rothfusz 2014-02-06 17:40:59 -08:00
  • f006ee4708 Added Security FAQ security James Turnbull 2014-02-07 01:42:11 +01:00
  • b0715e2cd8 Add Freebsd client support Guillaume J. Charmes 2014-02-07 00:44:14 +00:00
  • e7b56195a8 Merge pull request #3948 from alexlarsson/devmapper-unmount Guillaume J. Charmes 2014-02-06 15:10:06 -08:00
  • 0060932995 Remove linux specific calls Guillaume J. Charmes 2014-02-06 14:13:03 -08:00
  • 3959ecf0a9 devmapper: Fix MountDevice for non-existing Device Alexander Larsson 2014-02-06 23:08:17 +01:00
  • 4c4ba56ea4 devmapper: Fix UnmountDevice for non-existing device Alexander Larsson 2014-02-06 22:26:09 +01:00
  • e004860fa8 Merge pull request #3966 from asbjornenge/updated_tmlang Tianon Gravi 2014-02-06 14:20:52 -07:00
  • bd43778b40 Merge pull request #3977 from tianon/vim-onbuild Tianon Gravi 2014-02-06 14:20:09 -07:00
  • bd67bce023 pkg: systemd: add initial MAINTAINERS Brandon Philips 2014-02-06 11:34:25 -08:00
  • 0e6d13a72d Merge pull request #3913 from mzdaniel/docker-ci-coverage Daniel Mizyrycki 2014-02-06 20:04:21 +00:00
  • 20c26b1bdf docker-ci: Add new docker coverage report Daniel Mizyrycki 2014-02-03 18:44:28 -08:00
  • b27e52cf64 Added support for single quoted strings Asbjørn Enge 2014-02-06 20:50:36 +01:00
  • f652ab5b5e Improved regex Asbjørn Enge 2014-02-06 20:48:15 +01:00
  • 169c246340 Updated readme Asbjørn Enge 2014-02-06 20:38:25 +01:00
  • 94f2865699 Added suppport for the ONBUILD instruction Asbjørn Enge 2014-02-06 20:38:20 +01:00
  • a0b0e2b023 Removed the YAML file since I wasn't using it Asbjørn Enge 2014-02-06 20:37:49 +01:00
  • 8a1a839738 Added Dockerfile.tmPreferences for hotkey commenting Asbjørn Enge 2014-02-06 20:35:45 +01:00
  • 1f0d29026d Merge pull request #3974 from creack/3967-add_content_type-fix Michael Crosby 2014-02-06 14:18:00 -05:00
  • 3d83357a3e Merge pull request #3963 from unclejack/update-contributing Michael Crosby 2014-02-06 14:17:07 -05:00
  • fc2d4abd37 Add "ONBUILD" highlighting to our vim syntax file Tianon Gravi 2014-02-06 11:12:57 -07:00
  • 1a36cfd179 Merge pull request #3972 from crosbymichael/fix-release-panic unclejack 2014-02-06 19:39:07 +02:00
  • 3287c05092 Add json content type to /containers/json api endpoint Guillaume J. Charmes 2014-02-06 09:28:30 -08:00
  • 2709486982 Merge pull request #3956 from crosbymichael/no-ping-from-client Guillaume J. Charmes 2014-02-06 08:14:35 -08:00
  • 8a70fd74d7 devmapper: Handle EBUSY while removing Alexander Larsson 2014-02-05 21:37:53 +01:00
  • 931e825d56 devmapper: Use removeDeviceAndWait in DeviceSet.removeDevice() Alexander Larsson 2014-02-04 16:08:45 +01:00
  • d2595404a2 devmapper: Move refcounting to DeviceSet Alexander Larsson 2014-02-04 18:19:09 +01:00
  • 79a6ce6a54 Check for nil information return Michael Crosby 2014-02-06 03:18:12 -08:00
  • 297c54c134 Merge pull request #3945 from crosbymichael/fix-brigeiface Guillaume J. Charmes 2014-02-06 07:38:32 -08:00
  • 71b42cf15f update issue filing & PR submission instructions unclejack 2014-02-06 11:06:25 +02:00
  • 4180ce4fa5 Merge pull request #3954 from ibuildthecloud/broken-1.6-images-api unclejack 2014-02-06 10:25:14 +02:00
  • 640e5569af Merge pull request #3888 from therealprologic/master Sven Dowideit 2014-02-06 18:15:49 +10:00
  • 34bf15410e Fix broken images API for version <1.7 Darren Shepherd 2014-02-05 19:09:55 -07:00
  • 02fa3704fe Do not ping registry from the cli Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: e2eace9715253b5254d1596f3ee91e2f61127929 Component: engine Michael Crosby 2014-02-05 16:49:43 -08:00
  • 503a038711 Added installation docs for CRUX as a Docker Host. James Mills 2014-02-01 22:39:11 +10:00
  • 720e1e3427 Merge pull request #3944 from joeshaw/patch-1 Andy Rothfusz 2014-02-05 13:56:41 -08:00
  • 246155a392 Merge pull request #3938 from SvenDowideit/workdir-doc-tweak Andy Rothfusz 2014-02-05 13:54:49 -08:00
  • 381b0e5021 Always download things over https Joe Shaw 2014-02-05 14:04:19 -05:00
  • 9d46aecf3b devmapper: add and use removeDeviceAndWait helper Alexander Larsson 2014-02-04 16:06:54 +01:00
  • 3ce6127194 devmapper: Rename DeviceSet.RemoveDevice to DeleteDevice Alexander Larsson 2014-02-04 17:13:00 +01:00
  • 8c2801ba38 Fix bad rebase where bridgeiface was removed Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: 347dc3942704742c1d24983a1e9cb10ae7ab8839 Component: engine Michael Crosby 2014-02-05 11:19:48 -08:00
  • 07ecc13c54 Merge pull request #3941 from crosbymichael/merge_release_v0.8.0 Michael Crosby 2014-02-05 14:16:25 -05:00
  • 70c7bbe60f Change version to v0.8.0-dev Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: 5cb45544c63f3aa87c40ad13f4df77fe7aed1254 Component: engine Michael Crosby 2014-02-05 09:54:34 -08:00
  • 0ebc0c4971 Merge branch 'release' into merge_release_v0.8.0 Michael Crosby 2014-02-05 09:54:15 -08:00
  • 9b7c01efab Merge pull request #3916 from crosbymichael/bump_v0.8.0 Michael Crosby 2014-02-05 12:49:41 -05:00
  • 4946b514fb be a little more explicit about what WORKDIR does Sven Dowideit 2014-02-05 13:24:17 +10:00
  • 0e2fa63561 Merge pull request #3933 from proppy/patch-1 Andy Rothfusz 2014-02-04 17:24:18 -08:00
  • 0d35109949 docs/installation/google: remove -mtu flag Upstream-commit: 650200239b1bd5182524b9a0edf7f9981ab053b2 Component: engine Johan Euphrosine 2014-02-04 17:19:05 -08:00
  • 5a4e6a3400 remove mention of #docker-meeting Sven Dowideit 2014-02-05 10:15:22 +10:00
  • 853d639d70 Bump to version 0.8.0 Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Upstream-commit: cc3a8c8d8ec57e15b7b7316797132d770408ab1a Component: engine Michael Crosby 2014-02-04 16:08:57 -08:00
  • 2ec14b9b9e Merge pull request #3928 from metalivedev/fixheadings Andy Rothfusz 2014-02-04 14:59:24 -08:00
  • 8f864d043a Merge pull request #3929 from ostezer/master Andy Rothfusz 2014-02-04 14:51:05 -08:00
  • 3264607fba Merge pull request #3927 from tianon/release-checklist-mention-contributors Michael Crosby 2014-02-04 14:46:41 -08:00
  • e7dbf5bfd0 mac-installation-docs: Update the installation dir. Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer) Upstream-commit: aed37e70b9ca2cff1749fb2de639a11b9c346d67 Component: engine O.S.Tezer 2014-02-05 00:29:07 +02:00