Commit Graph

  • 04f201ccfb Add a --signal option to the kill command to specify a signal. Paul Lietar 2014-01-22 04:42:36 +00:00
  • 5ac1ad822b Merge pull request #3708 from creack/fix_run_exit_code Michael Crosby 2014-01-21 18:15:01 -08:00
  • 7ac8aea1b9 Fix issue with exit code in non-tty mode. Guillaume J. Charmes 2014-01-21 18:05:03 -08:00
  • 354af1c70c Merge branch 'add_missing_attributes' of https://github.com/rogaha/docker into rogaha-add_missing_attributes Victor Vieux 2014-01-21 18:01:19 -08:00
  • df0756600a Merge pull request #3707 from bkcsoft/fix-bash-hashbangs Tianon Gravi 2014-01-21 17:30:52 -08:00
  • 923913cbf1 This should make all bash-scripts run on pretty much any posix-system (with bash installed ofc...) Kim BKC Carlbacker 2014-01-22 02:21:56 +01:00
  • fe22aca6b8 Merge pull request #3705 from crosbymichael/fix-die-event Guillaume J. Charmes 2014-01-21 17:13:29 -08:00
  • 5bf17309b9 Merge pull request #3706 from creack/fix_wait_stopped Michael Crosby 2014-01-21 17:03:35 -08:00
  • f30d57c548 Fix wait on stopped container (after docker restart) + add Unit test for that case Guillaume J. Charmes 2014-01-21 16:38:17 -08:00
  • 961f481ab0 Merge pull request #2655 from mpetazzoni/create-local-bind-dirs Michael Crosby 2014-01-21 16:27:20 -08:00
  • 003b985961 Fix die command when monitor returns Michael Crosby 2014-01-21 16:18:57 -08:00
  • 054751d110 Documentation about automatic bind-mount dir creation Maxime Petazzoni 2013-12-06 10:43:54 -08:00
  • dd5574687b Automatically create non-existent bind-mounted directories on the host Maxime Petazzoni 2013-11-11 13:29:56 -08:00
  • 45b4cb5fbb Merge pull request #3704 from vieux/json_api_return_valid Michael Crosby 2014-01-21 15:35:06 -08:00
  • b2b5a8cb20 Merge pull request #3640 from proppy/networkgetroutes-add-default Victor Vieux 2014-01-21 15:20:16 -08:00
  • 2a860faf85 switch back to the valid json format Victor Vieux 2014-01-21 15:06:23 -08:00
  • a633d7a05c Merge pull request #3688 from shykes/docs-simplify-basic-usage Andy Rothfusz 2014-01-21 11:41:32 -08:00
  • 0c36be10c2 Merge pull request #3566 from tianon/fix-volume-symlinks Guillaume J. Charmes 2014-01-21 11:37:05 -08:00
  • 3324f8180d Merge pull request #3686 from vieux/load_job Victor Vieux 2014-01-21 11:29:15 -08:00
  • d782b526fa move load to a job Victor Vieux 2014-01-20 16:09:17 -08:00
  • 1b8b44e502 Merge pull request #3690 from shykes/cleanup-maintainers Andy Rothfusz 2014-01-21 11:18:23 -08:00
  • 7428886159 Merge pull request #3698 from alexlarsson/fix-shared-root Michael Crosby 2014-01-21 11:09:36 -08:00
  • 8a428ead43 Merge pull request #3687 from shykes/docs-intro Andy Rothfusz 2014-01-21 11:02:55 -08:00
  • 08877d190e Merge pull request #3700 from jamtur01/fixedtoc Andy Rothfusz 2014-01-21 10:52:13 -08:00
  • a290d454f3 Merge pull request #3671 from tianon/completion-ignore-stderr Tianon Gravi 2014-01-21 10:40:23 -08:00
  • 875dd77195 Re-add kernel Flavor tests Charles Lindsay 2014-01-21 09:56:53 -08:00
  • bbcbe4bcf1 Merge pull request #3459 from Barthalion/master Tianon Gravi 2014-01-21 07:11:57 -08:00
  • 7f4f60d7bd mkimage-arch: provide and use own pacman.conf Bartłomiej Piotrowski 2014-01-06 14:25:36 +01:00
  • 0d4fdafaa4 Fixed commandline/index warning in TOC James Turnbull 2014-01-21 08:22:51 -05:00
  • 94cf963f92 mkimage-arch: use hash to check if command is available Bartłomiej Piotrowski 2014-01-06 13:36:04 +01:00
  • 7ed82adb9b mkimage-arch: don't generate ISO-8859-1 locale Bartłomiej Piotrowski 2014-01-06 13:13:19 +01:00
  • 2034daa056 mkimage-arch: unify usage of brackets around variables Bartłomiej Piotrowski 2014-01-06 13:11:16 +01:00
  • 5807b83360 mkimage-arch: remove $DEV instead of renaming it Bartłomiej Piotrowski 2014-01-06 13:10:16 +01:00
  • 80f16b65b6 mkimage-arch: use mktemp to create ROOTFS directory Bartłomiej Piotrowski 2014-01-06 13:08:55 +01:00
  • 0341842338 archive: Always end directory filenames in tars with / Alexander Larsson 2014-01-21 12:52:05 +01:00
  • bb99a3bd7b aufs: Unmount inactive devices Alexander Larsson 2014-01-14 12:23:20 +01:00
  • 4d1276ba85 devicemapper: Unmount inactive devices Alexander Larsson 2013-12-05 22:22:55 +01:00
  • 36def61b75 Remove container.EnsureMounted Alexander Larsson 2013-12-06 12:15:14 +01:00
  • 5e35604785 Add Put() to graphdriver API and use it Alexander Larsson 2013-12-05 22:18:02 +01:00
  • fbccc581db integration: Fix TestGetContainersExport Alexander Larsson 2014-01-21 10:39:50 +01:00
  • 62292fd956 Fix handling of shared roots Alexander Larsson 2014-01-21 10:19:12 +01:00
  • 7cb035c53d docs: harmonize intro paragraph with website Solomon Hykes 2014-01-21 01:36:38 +00:00
  • f0d14c9de1 Docs: fix capitalization of "Docker" Solomon Hykes 2014-01-21 07:26:45 +00:00
  • 17cbc16b08 Re-add Flavor to KernelVersionInfo Charles Lindsay 2014-01-20 21:03:09 -08:00
  • e8c0aaecc5 Use Sscanf instead of regexp Charles Lindsay 2014-01-20 21:02:37 -08:00
  • 26150f85df - Ajusted server.go with gofmt Roberto G. Hashioka 2014-01-21 04:11:40 +00:00
  • 2b1cc6e037 Added missing attributes to api search calls: - Added an argument to the call() method in order to control the auth sharing - Enabled it only for search. Pulls and pushes were enabled already. - Grouped a few variable declarations Roberto G. Hashioka 2014-01-21 04:06:19 +00:00
  • 3fbfa38dfc Fix apparent typo Charles Lindsay 2014-01-20 19:21:25 -08:00
  • 185397ce27 Remove Flavor from KernelVersionInfo Charles Lindsay 2014-01-20 19:20:33 -08:00
  • 7e4afd3263 Add failing test for odd kernel version Charles Lindsay 2014-01-20 18:59:31 -08:00
  • 8056a9e2e7 Merge pull request #3662 from tianon/add-udev-to-deb Tianon Gravi 2014-01-20 19:44:05 -08:00
  • 3b8064670d Docs: move advanced topic "create your own base image" out of basic user guide Solomon Hykes 2014-01-21 03:39:33 +00:00
  • 5aafcb2d29 docs: "first steps with docker" is a better title than "learn basic commands" Solomon Hykes 2014-01-21 03:31:23 +00:00
  • 61cb59e7c7 docs: add standard 'check your docker install' paragraph to the 'hello world' examples. Solomon Hykes 2014-01-21 02:58:04 +00:00
  • f8b7a24843 docs: move a sysadmin-focused topic out of the basic usage manual and into installation docs (setting up a user group for non-root access) Solomon Hykes 2014-01-21 02:10:32 +00:00
  • 3c8e9b6ca8 docs: simplify basic usage doc, step 1: check your docker install Solomon Hykes 2014-01-21 01:48:48 +00:00
  • cbf7c3189e Remove myself as sole maintainer of api reference docs. Solomon Hykes 2014-01-20 18:46:38 -08:00
  • e4c7dc13cd Remove Ken from docs maintainers (he's busy on other things) Solomon Hykes 2014-01-16 10:23:30 -08:00
  • 1f774297a3 Reordering to make FAQ last Upstream-commit: 90b52b7e0623271ec0351ffb6dc7a7586bbe6e4d Component: engine Andy Rothfusz 2014-01-20 17:11:03 -08:00
  • 1665fbf899 Merge pull request #3618 from shykes/docs-cleanup-install Andy Rothfusz 2014-01-20 17:10:02 -08:00
  • 59aa210c0d Merge pull request #3600 from SvenDowideit/ghost-status-doc Andy Rothfusz 2014-01-20 16:51:47 -08:00
  • ddaed73849 update todo Victor Vieux 2014-01-20 16:09:07 -08:00
  • 5b95959a09 Rename Process to Command Guillaume J. Charmes 2014-01-20 16:05:07 -08:00
  • 6ba2547fb5 Merge pull request #3442 from DevTable/master Victor Vieux 2014-01-20 15:50:14 -08:00
  • 145ef0e1f4 Fix support for registry auth with Dockerfile build. Jake Moshenko 2014-01-03 15:13:32 -05:00
  • d34a852586 Merge pull request #3685 from pnasrat/3679-cgroups-outside-lxc Michael Crosby 2014-01-20 15:35:06 -08:00
  • 3f3b1f9fb2 Merge pull request #3684 from crosbymichael/push-multiple-tags Guillaume J. Charmes 2014-01-20 15:24:53 -08:00
  • 28daf949e1 docs: reuse official dependencies list from packager's guide for custom binary install docs Upstream-commit: 45e8d1f4c0366c5372229db20b95b70badc92119 Component: engine Solomon Hykes 2014-01-20 23:17:40 +00:00
  • aec4036475 docs: remove out-of-date kernel requirements document. Solomon Hykes 2014-01-16 00:21:22 +00:00
  • d1c858864a docs: instead of a top-level 'upgrading docker' doc, add an 'upgrades' paragraph to each installation target Solomon Hykes 2014-01-16 00:17:23 +00:00
  • 07e461cf30 docs: change topic of windows install docs to 'install docker on windows' Solomon Hykes 2014-01-16 00:14:28 +00:00
  • 61d0a6b6c9 docs: move 'vagrant' install docs to the more accurate 'mac' install docs Solomon Hykes 2014-01-16 00:13:00 +00:00
  • 19a30043af docs: move security article to a new 'articles' section Solomon Hykes 2014-01-16 00:04:36 +00:00
  • 5de2521000 Don't expose cgroups via the execdriver API. Paul Nasrat 2014-01-20 16:23:02 -05:00
  • bcfdc65951 Merge pull request #3681 from pnasrat/extract-cgroups-pkg Michael Crosby 2014-01-20 14:00:44 -08:00
  • 28e9f7be0b Merge pull request #3650 from tianon/fix-doc-man-generation Andy Rothfusz 2014-01-20 13:44:01 -08:00
  • 4963d0d960 Make sure new repositories can be pushed with multiple tags Michael Crosby 2014-01-20 13:39:35 -08:00
  • e14eb95c77 hack: Remove GNU Tar requirement Alexander Larsson 2014-01-20 20:35:16 +01:00
  • 1c3b8811ea Fix Travis build errors by bumping our python module versions to be newer Tianon Gravi 2014-01-20 12:29:55 -07:00
  • f075178b2b Implement TarFilter in go, rather than calling out to tar Alexander Larsson 2014-01-20 12:07:34 +01:00
  • 2a219597ed Simplify addTarFile Alexander Larsson 2014-01-20 11:48:47 +01:00
  • 0762ca65d0 archive: Extract code from ExportChanges to addTarFile() Alexander Larsson 2014-01-17 11:21:36 +01:00
  • e8d9d10625 archive: Remove unused features Alexander Larsson 2014-01-17 11:09:39 +01:00
  • c2c845ecd8 Merge branch 'fix-registry-push-tags' of https://github.com/codeaholics/docker into codeaholics-fix-registry-push-tags Michael Crosby 2014-01-20 11:23:09 -08:00
  • c8d1294225 Extract cgroups pkg. Paul Nasrat 2014-01-20 14:15:44 -05:00
  • c45dd55039 Merge pull request #3665 from vgeta/3450-fix Victor Vieux 2014-01-20 11:10:54 -08:00
  • d4c3241336 Merge pull request #3292 from alexlarsson/export-changes-manual Guillaume J. Charmes 2014-01-20 11:08:16 -08:00
  • ca8c167948 Merge pull request #3680 from pnasrat/extract-mount-pkg Michael Crosby 2014-01-20 11:04:16 -08:00
  • 20e6d0be01 Extract mount into pkg. Paul Nasrat 2014-01-20 13:52:26 -05:00
  • a169b77a82 Merge pull request #3295 from alexlarsson/implement-untar Guillaume J. Charmes 2014-01-20 10:54:42 -08:00
  • 760a549e35 Merge pull request #3678 from creack/sysinfo_update Guillaume J. Charmes 2014-01-20 10:39:37 -08:00
  • 834c1cb5f1 Merge pull request #3649 from vieux/remove_buffers Michael Crosby 2014-01-20 10:29:54 -08:00
  • 38c688ffeb Update Travis to also compile the man page(s) now that they compile properly again Tianon Gravi 2014-01-20 11:29:24 -07:00
  • cafba118e5 Add Dockerfile man page generation from our Dockerfile reference page Tianon Gravi 2014-01-18 10:07:32 -07:00
  • 03deebf0c1 Fix docs manpage generation Tianon Gravi 2014-01-18 10:07:02 -07:00
  • b63f338a88 Merge pull request #3656 from tianon/travis-test-docs Tianon Gravi 2014-01-20 10:28:44 -08:00
  • e1a1963ce9 Update Travis to also test compiling the docs Tianon Gravi 2014-01-18 11:22:05 -07:00
  • f7349c8f1e Merge pull request #3652 from tianon/fix-travis-on-non-master-prs Tianon Gravi 2014-01-20 10:21:50 -08:00
  • 642babd6eb Add MAINTAINER and remove docker/utils dep from pkg/sysinfo Guillaume J. Charmes 2014-01-20 10:20:29 -08:00
  • 3db540f2fc Update bash completion to ignore stderr output of docker binary Tianon Gravi 2014-01-20 01:26:01 -07:00