Commit Graph

  • 271208f1aa Merge pull request #9228 from SvenDowideit/update-tlsverify-doc Michael Crosby 2014-11-20 15:19:31 -08:00
  • 0e1ef24503 Fix tag output where image is not found. Jessica Frazelle 2014-11-20 15:09:09 -08:00
  • 49be3bdeb0 Fix create container output messages. Lei Jitang 2014-11-04 11:46:53 +08:00
  • 0f9991ec4d Revert "Support hairpin NAT" Michael Crosby 2014-11-20 14:22:22 -08:00
  • 17282d5feb Add an example that shows starting apache in the foreground Sven Dowideit 2014-11-18 11:42:54 -08:00
  • b0f41baab2 Merge pull request #9260 from LK4D4/increase_proxy_timeout Michael Crosby 2014-11-20 14:20:31 -08:00
  • 2a4e189795 Update libcontainer to 84c1636580a356db88b079d118b Michael Crosby 2014-11-20 14:19:24 -08:00
  • e22789790c Merge pull request #9174 from dqminh/docker-exec-env Michael Crosby 2014-11-20 13:31:51 -08:00
  • f435c304cd Merge pull request #8251 from duglin/Issue2333 Michael Crosby 2014-11-20 13:12:24 -08:00
  • a8399407af docs nits Victor Vieux 2014-11-20 19:54:03 +00:00
  • f6afb58177 events filtering Victor Vieux 2014-11-20 19:46:48 +00:00
  • 35fec2c425 add daemon labels Victor Vieux 2014-11-20 18:36:05 +00:00
  • fa056c1bc9 Merge pull request #9201 from vieux/add_hostname_docker_info Tibor Vass 2014-11-20 13:11:16 -05:00
  • 9a648e0fc7 test case for preserving env in exec session Daniel, Dao Quang Minh 2014-11-14 12:37:04 -05:00
  • 6ebbd4b25f Allow developers to build docker with debuginfo included Dan Walsh 2014-11-20 12:56:54 -05:00
  • 5dafd01fe8 Add support for ENV of the form: ENV name=value ... still supports the old form: ENV name value Doug Davis 2014-09-25 19:28:24 -07:00
  • 7a40da10bf update docs Victor Vieux 2014-11-17 22:06:03 +00:00
  • addb2d43fa Hostname -> Name Victor Vieux 2014-11-17 21:54:11 +00:00
  • 4b4f9725e6 Update libtrust version Victor Vieux 2014-11-17 19:39:55 +00:00
  • 14c4bd0633 integ-cli: fix cleanup in build tests unclejack 2014-11-20 19:38:41 +02:00
  • 9ed67f3c2f integ-cli: fix cleanup in test which mounts tmpfs unclejack 2014-11-20 19:37:46 +02:00
  • 39f1feb541 pkg/symlink: fix cleanup for tests unclejack 2014-11-20 19:36:54 +02:00
  • 86c00287ea pkg/archive: fix TempArchive cleanup w/ one read unclejack 2014-11-20 19:34:35 +02:00
  • 42efcf2e21 pkg/system: fix cleanup in tests unclejack 2014-11-20 19:33:15 +02:00
  • a47630e4a6 Increase timeout for userland proxy starting Alexandr Morozov 2014-11-20 09:02:21 -08:00
  • f04fedef6e Allocate daemon listening ports Arnaud Porterie 2014-11-14 20:38:02 -08:00
  • 313de46eb6 Fix for #8777 Oh Jinkyun 2014-11-03 20:11:29 +09:00
  • 21506f31ee Merge pull request #9226 from crosbymichael/container-net-test Michael Crosby 2014-11-19 17:57:45 -08:00
  • f35e467fb4 Merge pull request #9211 from mtesselH/login Michael Crosby 2014-11-19 17:52:35 -08:00
  • 259b05fa1e Add test for --net container:<id> Michael Crosby 2014-11-18 15:10:07 -08:00
  • 60406cf97c Merge pull request #9180 from chenchun/master Michael Crosby 2014-11-19 17:41:46 -08:00
  • 41c5b5d8f6 overlayfs: add --storage-driver doc Vincent Batts 2014-11-18 23:22:32 -05:00
  • f169786708 Merge pull request #9191 from duglin/Issue8775 Sven Dowideit 2014-11-19 15:26:20 -08:00
  • 6e30644aa7 Merge pull request #9251 from tonistiigi/use-format-logging-functions Jessie Frazelle 2014-11-19 15:25:42 -08:00
  • e390ce1d8e Merge pull request #9144 from miminar/sigproxy_tty Sven Dowideit 2014-11-19 14:52:01 -08:00
  • ee1e7b75b0 Merge pull request #9249 from tonistiigi/integration-cli-cleanup Alexander Morozov 2014-11-19 14:27:13 -08:00
  • a3eaed6ca5 Fix misuses of format based logging functions Tonis Tiigi 2014-11-19 23:24:16 +02:00
  • f428978f5b Fix deleteImages() helper for multiple names Tonis Tiigi 2014-11-17 18:06:48 +02:00
  • eb838e9fad Adapt project/make.sh for Windows builds Arnaud Porterie 2014-11-18 14:44:05 -08:00
  • 865600707c Make sure integration-cli test clean up Tonis Tiigi 2014-11-17 18:05:49 +02:00
  • b6be906192 Add unit test for tarSum.Sum() with no data Josh Hawn 2014-11-19 12:15:20 -08:00
  • 3898f51483 pkg/tarsum: actually init the TarSum struct Vincent Batts 2014-11-19 15:46:03 -05:00
  • e5e6585e2a issue report script Vincent Batts 2014-11-13 11:25:17 -05:00
  • a18fff0f61 Updated sig-proxy text also in zsh completion script Michal Minar 2014-11-19 09:08:39 +01:00
  • bff9ea9dff Fix to avoid a compile error due to float to int truncation with GCCGO Tatsushi Inagaki 2014-11-19 15:06:49 +09:00
  • 2d6b81cf5d CONTRIBUTING: provide a template for new issues Vincent Batts 2014-10-29 11:52:11 -04:00
  • 65e57f8b27 overlayfs: more helpful output when not supported Vincent Batts 2014-11-18 15:07:48 -05:00
  • de98d16e28 Merge pull request #9203 from somaopensource/fix_link Sven Dowideit 2014-11-18 18:23:33 -08:00
  • 018bd0f92c Clean config path of bind mount volume Chun Chen 2014-11-19 10:13:10 +08:00
  • c8b93c2707 If an image has more than one repo name or tag, it'll be listed more than once Sven Dowideit 2014-11-17 16:41:54 -08:00
  • 7973650734 tlsverify flag has no dash Sven Dowideit 2014-11-18 17:42:25 -08:00
  • 461e426c89 Merge pull request #9219 from acbodine/cleanup-remote-api-docs-start James Turnbull 2014-11-18 20:25:36 -05:00
  • ef9c1a57f6 Merge pull request #9039 from ashahab-altiscale/8617-lxc-volume Michael Crosby 2014-11-18 17:24:16 -08:00
  • 5660f63578 Merge pull request #8905 from 13W/x-registry-auth Victor Vieux 2014-11-18 17:21:22 -08:00
  • 7c799c6dee Merge pull request #9187 from icecrime/update_authors_file Michael Crosby 2014-11-18 16:31:07 -08:00
  • eb0584215a Merge pull request #9218 from tianon/check-overlayfs Tianon Gravi 2014-11-18 16:56:56 -07:00
  • 3058d3242d Merge pull request #9216 from jfrazelle/typo-steam Michael Crosby 2014-11-18 15:29:33 -08:00
  • c334a2067e Merge pull request #8150 from dqminh/pull-output-non-terminal Jessie Frazelle 2014-11-18 16:20:42 -07:00
  • 6b55e11244 Allow for custom debootstrap wrappers like qemu-debootstrap in contrib/mkimage/debootstrap Tianon Gravi 2014-11-18 15:13:35 -07:00
  • 01eaabb4bf Cleanup: fixes start response status code typo in examples Andrew C. Bodine 2014-11-18 11:32:23 -08:00
  • 87e8b60fe9 Add CONFIG_OVERLAYFS_FS to check-config.sh Tianon Gravi 2014-11-18 12:20:49 -07:00
  • 1b2e957b5a Fix steam where it should be stream. Jessica Frazelle 2014-11-18 10:49:01 -08:00
  • 9cd25b81c7 Be clearer in docs about COPY/ADD dirs COPY/ADD just copies the contents of dirs, not dirs themselves. This PR tries to clear that up in the docs. Doug Davis 2014-11-16 05:13:14 -08:00
  • 616801a125 Merge pull request #9189 from satnam6502/docfix James Turnbull 2014-11-18 01:17:48 -05:00
  • 2e6d4cf87e Merge pull request #9193 from somaopensource/docs_misspelling James Turnbull 2014-11-18 01:16:27 -05:00
  • 16ad3a4d02 Fixed a bug - no panic anymore when logining in without TTY Marianna 2014-11-17 19:25:06 -08:00
  • 00bf60f5c4 Merge pull request #8937 from vbatts/vbatts-mount_optional_fields Michael Crosby 2014-11-17 18:25:00 -08:00
  • 569d615f97 Merge pull request #9204 from jfrazelle/9056-rmi Michael Crosby 2014-11-17 18:08:52 -08:00
  • 801f67cf03 Merge pull request #8749 from brahmaroutu/resize_uponstart_8728_2 Sven Dowideit 2014-11-17 17:24:58 -08:00
  • 5f5c30608e Consistently use sudo docker Satnam Singh 2014-11-15 22:40:48 -08:00
  • 12f949a058 Fix for rmi -f when error "no such id". (9056) Jessica Frazelle 2014-11-17 13:16:33 -08:00
  • 5d1b12a860 Merge pull request #8993 from SvenDowideit/make-ps-size-docs-clearer Jessie Frazelle 2014-11-17 17:42:27 -07:00
  • 1dc17540ab Merge pull request #9205 from crosbymichael/update-libcontainer-nov17 Jessie Frazelle 2014-11-17 16:49:35 -07:00
  • b3efa18c2e Add test for bug (9056) where rmi -f fails with "no such id". Jessica Frazelle 2014-11-17 12:49:29 -08:00
  • 71912fc9e2 pkg/mount: testing mountinfo fields Vincent Batts 2014-11-17 16:17:06 -05:00
  • a531c55832 Update libcontainer to 28cb5f9dfd6f3352c610a4f1502 Michael Crosby 2014-11-17 12:16:37 -08:00
  • 42d3bfe3e2 fix link to PACKAGERS.md fix link from /hack/PACKAGERS.md to /project/PACKAGERS.md Daehyeok Mun 2014-11-18 05:03:00 +09:00
  • 7caef96705 Merge pull request #9197 from somaopensource/remove_obsolete_comment Jessie Frazelle 2014-11-17 12:53:23 -07:00
  • 9554f43a2c add docs Victor Vieux 2014-11-17 19:26:39 +00:00
  • f066184384 add ID and Hostname in docker info Victor Vieux 2014-11-17 19:23:41 +00:00
  • 884eb7da74 Fix the documentation and integration test for container resize Closes #8728 Srini Brahmaroutu 2014-10-24 04:27:09 +00:00
  • e7d027944d Remove obsolete comments In the below comment line, already codes for log exists so following comment is obsolete. // TODO log Daehyeok Mun 2014-11-17 23:27:03 +09:00
  • 8ac9679df7 Update AUTHORS file Arnaud Porterie 2014-11-15 14:53:11 -08:00
  • 89f15328f3 Merge pull request #8699 from shuai-z/fix-portalloc Arnaud Porterie 2014-11-16 22:10:40 -08:00
  • d9d0e279e9 Fix misspelling Fix misspelling from independant to independent Daehyeok Mun 2014-11-17 04:23:22 +09:00
  • 18dd4cded4 Merge pull request #8335 from duglin/Issue5198 Alexandr Morozov 2014-11-15 10:53:31 -08:00
  • dae0af5738 Merge pull request #9113 from Azure/windows-client Tibor Vass 2014-11-15 10:40:31 -08:00
  • 40988ed79f Add --log-level support Doug Davis 2014-10-01 06:07:24 -07:00
  • 75da15eccc devmapper: Call UdevWait() even in failure path Vivek Goyal 2014-11-14 18:15:56 -05:00
  • 35f4af009d Add windows/(386,amd64) to cross platforms list Ahmet Alp Balkan 2014-10-27 22:05:57 -07:00
  • cd6fd83f37 Fix input volume path check on Windows Ahmet Alp Balkan 2014-10-29 15:46:45 -07:00
  • a64d9e402a Use USERPROFILE path on Windows as home directory Ahmet Alp Balkan 2014-10-21 16:15:26 -07:00
  • deefafa9d6 Remove unused sysinfo parameter to runconfig.Parse John Gossman 2014-10-30 09:35:49 -07:00
  • 46e167f95c Refactor pkg/archive with a platform-independent stat struct Ahmet Alp Balkan 2014-11-13 12:36:05 -08:00
  • 39256638f6 Extract mknod, umask, lstat to pkg/system Ahmet Alp Balkan 2014-11-13 12:00:04 -08:00
  • 179af9eeb6 Extract TreeSize to daemon build Ahmet Alp Balkan 2014-11-13 10:50:57 -08:00
  • c976d3fdc2 Consolidate tmpdir implementations, include Windows Ahmet Alp Balkan 2014-11-13 10:48:19 -08:00
  • 2e7196248a Extract client signals to pkg/signal Ahmet Alp Balkan 2014-11-13 10:40:22 -08:00
  • 4c601bc6dd Refactor pkg/term package for Windows tty support John Gossman 2014-10-23 16:44:57 -07:00
  • aa1451c42e Merge pull request #9151 from tonistiigi/aufs-clipping-fix Michael Crosby 2014-11-14 17:35:07 -08:00