Commit Graph

  • 1d3ad033b8 Merge pull request #18810 from runcom/pkg-authz-fixes Arnaud Porterie 2015-12-23 15:09:06 -08:00
  • 8a1bc78867 Merge pull request #18885 from samueldg/fix-btrfs-docs-typos David Calavera 2015-12-23 13:44:17 -08:00
  • b27636f219 Merge pull request #18862 from dnephin/move_ulimit_opts_to_runconfig David Calavera 2015-12-23 12:26:54 -08:00
  • fcf5c5b0e0 Merge pull request #18861 from dnephin/move_blkiodev_to_runconfig Vincent Demeester 2015-12-23 21:19:44 +01:00
  • e2277fc388 Fix typo in btrfs userguide doc Samuel Dion-Girardeau 2015-12-23 15:10:01 -05:00
  • 547bf07eca pkg: authorization: do not register the same plugin Antonio Murdaca 2015-12-20 19:44:01 +01:00
  • f2e9351eed Merge pull request #18876 from konstruktoid/tmpfs_apparmor David Calavera 2015-12-23 11:39:38 -08:00
  • df32f2591a Revert create return parameter removal Derek McGowan 2015-12-21 16:13:02 -08:00
  • 3b1545d1b1 Fix race condition between container register and mount Derek McGowan 2015-12-21 11:23:20 -08:00
  • 64820f351d Refactor RWLayer to use referenced object instead of string Derek McGowan 2015-12-16 14:13:50 -08:00
  • 1cfbdcfe91 Remove package pkg/ulimit, use go-units instead. Daniel Nephin 2015-12-21 15:10:53 -05:00
  • b109cc7bb5 Move ulimit options to runconfig opts Daniel Nephin 2015-12-21 15:06:46 -05:00
  • 889a0e3758 Upgrade go-units vendor to latest version with ulimits. Daniel Nephin 2015-12-21 15:18:24 -05:00
  • 60c9e9b1c7 Merge pull request #18863 from dnephin/upgrade_connections_pkg David Calavera 2015-12-23 10:02:25 -08:00
  • 595a0cd27e Merge pull request #18839 from aaronlehmann/v1-fallback-404 David Calavera 2015-12-23 10:01:39 -08:00
  • 2fc88144d2 Merge pull request #18875 from thaJeztah/move-erikh-to-alumni David Calavera 2015-12-23 09:15:59 -08:00
  • 2db5ffe958 add /bin/tar to apparmor profile Thomas Sjögren 2015-12-23 18:11:16 +01:00
  • 5805d2d5d6 Move Erik to alumni Sebastiaan van Stijn 2015-12-23 17:56:49 +01:00
  • 73ee680a1d Merge pull request #18874 from duglin/falseDocs Sebastiaan van Stijn 2015-12-23 16:34:44 +01:00
  • 743bbc7202 remove =false from options that default to false in the docs Doug Davis 2015-12-23 06:37:06 -08:00
  • 58f7d0c31d Merge pull request #17782 from WeiZhang555/network-ls-nopre Sebastiaan van Stijn 2015-12-23 13:59:17 +01:00
  • 6f10e6b229 Add filter for network ls to hide predefined net Zhang Wei 2015-11-10 16:57:06 +08:00
  • 189c56a7c6 Break big lock into some tiny locks Zhang Wei 2015-12-17 11:20:30 +08:00
  • 0c8c982991 Remove unused parser functions that were replaced by go-connections/nat. Daniel Nephin 2015-12-22 19:02:47 -05:00
  • 382aba32a8 Make docker load to output json when the response content type is json. David Calavera 2015-12-22 19:00:27 -05:00
  • 85924c9d77 Upgrade vendored github.com/docker/go-connections to latest version, which includes new nat parse functions. Daniel Nephin 2015-12-22 18:59:47 -05:00
  • d319ce34b8 Move runconfig blkiodev options and parsing into runconfig/opts package. Daniel Nephin 2015-12-21 16:34:05 -05:00
  • f88ae3fe07 Merge pull request #18860 from dnephin/remove_migrate_if_downlevel Sebastiaan van Stijn 2015-12-23 00:08:36 +01:00
  • 13048f0ce1 Merge pull request #18831 from calavera/test_event_observer David Calavera 2015-12-22 15:04:32 -08:00
  • 6fc9c2e476 Merge pull request #18757 from thaJeztah/patch-release-process Sebastiaan van Stijn 2015-12-22 23:42:34 +01:00
  • 8bcec320d6 Merge pull request #18858 from thaJeztah/adieu-vieux Arnaud Porterie 2015-12-22 14:38:54 -08:00
  • 143c9b690b Merge pull request #18762 from calavera/runconfig_to_types Alexander Morozov 2015-12-22 14:22:08 -08:00
  • dadaf8ff90 Extract event processing to a common function for testing. David Calavera 2015-12-21 15:34:08 -05:00
  • b064975176 Remove migrateIfDownlevel and aufs migration from docker pre-0.7 Daniel Nephin 2015-12-22 16:34:16 -05:00
  • a9fe9a6c5b Merge pull request #18857 from calavera/catch_pipeline_error Alexander Morozov 2015-12-22 13:34:56 -08:00
  • 663db95ac5 libnetwork vendoring Jana Radhakrishnan 2015-12-18 11:03:57 -08:00
  • db95b6f873 Merge pull request #18856 from albers/completion-network-rm Tianon Gravi 2015-12-22 12:38:11 -08:00
  • 8e30598fab Merge pull request #18855 from rhatdan/volume-tmpfs Alexander Morozov 2015-12-22 12:24:51 -08:00
  • 608da884be Catch command pipeline error. David Calavera 2015-12-22 15:17:15 -05:00
  • d09f09929b remove --format from bash completion for docker network rm Harald Albers 2015-12-22 11:35:41 -08:00
  • 47e00eae65 No options to tmpfs is valid Dan Walsh 2015-12-22 13:59:28 -05:00
  • 027f002cb3 Move Config and HostConfig from runconfig to types/container. David Calavera 2015-12-18 13:36:17 -05:00
  • 2ecbc5b7f6 Remove usage of runconfig.ConvertKVStringsToMap in the API client library. David Calavera 2015-12-18 13:25:32 -05:00
  • f1f019f89d Move ExecConfig to types. David Calavera 2015-12-18 13:17:54 -05:00
  • b006691148 Replace usage of pkg/nat with go-connections/nat. David Calavera 2015-12-18 12:58:48 -05:00
  • 3b25d376dd Move blkiodev package to types. David Calavera 2015-12-18 12:44:39 -05:00
  • d6be4062df Vendor new connections library. David Calavera 2015-12-17 19:06:58 -05:00
  • 7e8fcbf740 Move StrSlice to types. David Calavera 2015-12-17 17:22:18 -05:00
  • 7bdc187f53 Merge pull request #18765 from Mashimiao/update-blkio-weight-device-test Jess Frazelle 2015-12-22 09:53:22 -08:00
  • 56e3702320 Merge pull request #18844 from hqhq/hq_mv_oom_disable Antonio Murdaca 2015-12-22 18:52:24 +01:00
  • bcd4ff1dab Merge pull request #18837 from thaJeztah/remove-darwin-i386 Jess Frazelle 2015-12-22 09:51:29 -08:00
  • 455533c9e7 Merge pull request #18851 from thaJeztah/update-contributing Jess Frazelle 2015-12-22 09:49:53 -08:00
  • 7572160b03 Merge pull request #18852 from errordeveloper/master Sebastiaan van Stijn 2015-12-22 18:32:38 +01:00
  • 89fa05b282 Update link for Weave Net plugin docs Ilya Dmitrichenko 2015-12-22 16:45:46 +00:00
  • 8da2c14d42 Merge pull request #18847 from albers/completion-rename-functions David Calavera 2015-12-22 08:43:08 -08:00
  • 563cdbee11 Merge pull request #18821 from oyld/script_fix Tianon Gravi 2015-12-22 06:48:22 -08:00
  • bca02abda3 Update contributing.md Sebastiaan van Stijn 2015-12-22 15:42:36 +01:00
  • 03d3eb96c2 Move Victor to alumni Sebastiaan van Stijn 2015-12-22 15:00:21 +01:00
  • 2d930c1a34 Better function names in bash completion Harald Albers 2015-12-22 12:27:56 +01:00
  • 02f28288ea Fix syntax error in init script oyld 2015-12-22 02:27:18 -08:00
  • 885ff722b9 Move OomKillDisable to resource Qiang Huang 2015-12-22 16:08:04 +08:00
  • 8c2d6245d9 upate TestRunWithBlkioInvalidWeightDevice with clearly invalid device name Ma Shimiao 2015-12-18 13:34:25 +08:00
  • ccad5598d4 When a manifest is not found, allow fallback to v1 Aaron Lehmann 2015-12-21 15:42:04 -08:00
  • 73614850c7 Don't build Darwin 32-bit binaries Sebastiaan van Stijn 2015-12-22 00:08:18 +01:00
  • 161c03c6c1 Merge pull request #15879 from Mashimiao/add-support-blkio_throtte_iops Sebastiaan van Stijn 2015-12-21 23:45:18 +01:00
  • a9aa983363 Merge pull request #18809 from thaJeztah/EOL-ubuntu-15.04-vivid Vincent Demeester 2015-12-21 22:02:18 +01:00
  • def74d9c92 Use of checkers in docker_cli_pull_test.go James Carey 2015-12-16 10:20:56 -06:00
  • 8ae70ed554 Merge pull request #18811 from runcom/fix-volume-debug Brian Goff 2015-12-21 13:18:39 -05:00
  • c127109fa3 volume: store: store.go: remove debug message Antonio Murdaca 2015-12-20 20:47:16 +01:00
  • 8ec62ec94b Merge pull request #18830 from calavera/tls_verify_godoc Alexander Morozov 2015-12-21 10:02:32 -08:00
  • f15d9f32b3 Merge pull request #18828 from albers/completion-plugins David Calavera 2015-12-21 09:57:48 -08:00
  • 306ef7b263 Merge pull request #17692 from vdemeester/images-format Alexander Morozov 2015-12-21 09:57:29 -08:00
  • 141f74a2b0 Add godoc comment about client tls verification. David Calavera 2015-12-21 12:55:37 -05:00
  • 9e1ab087f5 Remove IsPaused from backend interface. David Calavera 2015-12-16 01:41:46 -05:00
  • 3e4663395d Use computed plugin lists in bash completion Harald Albers 2015-12-15 16:07:13 +01:00
  • e025e5f279 Merge pull request #17428 from ripcurld00d/cli_ninja_build Sebastiaan van Stijn 2015-12-21 17:59:16 +01:00
  • f41d29a49b Add --format support to images command Vincent Demeester 2015-12-18 14:03:41 +01:00
  • 1c5df6581b Change the quiet flag behavior in the build command Boaz Shuster 2015-10-28 02:29:21 +02:00
  • fc63a9d65d Merge pull request #18820 from vdemeester/oups-fix-api-ps-unit-tests Sebastiaan van Stijn 2015-12-21 14:01:27 +01:00
  • 3dcfd49f35 Fix the api/client/ps unit tests. Vincent Demeester 2015-12-21 11:07:14 +01:00
  • 7363973c86 Merge pull request #18804 from mqliang/patch-6 Sebastiaan van Stijn 2015-12-21 09:56:05 +01:00
  • 51d11f3a43 update document mqliang 2015-12-21 11:53:38 +08:00
  • a04e1f9592 Add support for blkio read/write iops device Ma Shimiao 2015-07-08 19:06:48 +08:00
  • afa2c3e567 Merge pull request #18798 from mqliang/patch-1 Sebastiaan van Stijn 2015-12-21 01:09:52 +01:00
  • 6c1f488ddd Merge pull request #18801 from mqliang/patch-3 Sebastiaan van Stijn 2015-12-21 01:08:58 +01:00
  • a75804fa4f Merge pull request #18813 from thaJeztah/update-restart-description Sebastiaan van Stijn 2015-12-21 01:04:38 +01:00
  • 13594ddd74 Update restart description Aidan Feldman 2015-11-26 23:54:24 -06:00
  • 97e9ddadc9 Merge pull request #18790 from tbonza/master moxiegirl 2015-12-20 08:46:31 -08:00
  • 68d7fb0472 Merge pull request #18806 from mqliang/patch-8 Sebastiaan van Stijn 2015-12-20 17:24:29 +01:00
  • 4fa7f47239 Update dockervolumes.md Liang Mingqiang 2015-12-20 13:29:29 +08:00
  • 5597d2d934 Update btrfs-driver.md Liang Mingqiang 2015-12-20 18:22:28 +08:00
  • d095d83f03 Remove Ubuntu 15.04 (Vivid) from DEB build as it will be EOL Sebastiaan van Stijn 2015-12-20 16:00:53 +01:00
  • 35d7acd5b7 Update index.md Liang Mingqiang 2015-12-20 14:46:53 +08:00
  • 11e1d2a63a New features in mkimage-yum.sh script Florin Asavoaie 2015-12-20 14:20:30 +02:00
  • f64ebb2c89 Merge pull request #18794 from thaJeztah/EOL-fedora-21 Antonio Murdaca 2015-12-20 11:53:51 +01:00
  • 0e3b79cb4d Merge pull request #18707 from runcom/update-labels-doc-for-emtpy-lables moxiegirl 2015-12-19 21:53:21 -08:00
  • 27d8c0709b Merge pull request #18720 from kytrinyx/unspecific-ubuntu moxiegirl 2015-12-19 21:17:38 -08:00
  • bfd2cf3356 Merge pull request #18667 from bboreham/inspect-json-doc moxiegirl 2015-12-19 21:09:39 -08:00
  • 8c7f988b73 Merge pull request #18795 from thaJeztah/o-oracle-o-oracle-where-art-thou-oracle Sebastiaan van Stijn 2015-12-20 01:33:27 +01:00
  • 007bebfe87 Update link to Oracle Linux Sebastiaan van Stijn 2015-12-20 00:52:12 +01:00