Commit Graph

21804 Commits

Author SHA1 Message Date
e2736db53a Merge pull request #2804 from tianon/fix-hack-git-assumption
Hack: add support for compiling using make.sh without '.git'
Upstream-commit: 6acdf68ee13ab5b1cd7f6e17aa85a181811a0eb9
Component: engine
2013-11-25 16:52:22 -08:00
f8a327d015 Merge pull request #72 from shykes/creack-reduce-debug
Reduce debugf frequency to avoid terminal freeze
Upstream-commit: 487b3d8a8c47a3528d73abf92312f5db392985fb
Component: engine
2013-11-25 15:50:07 -08:00
c1bd7eb1b4 Merge pull request #2725 from SvenDowideit/docker-export-doc
add 'to STDOUT' to the help and give an example
Upstream-commit: 33f70f8978b175915fbc71b2e82694c911a69741
Component: engine
2013-11-25 14:42:57 -08:00
d05e72dea8 Merge pull request #2853 from estenberg/cfe-docker-process
docker in-container process management with CFEngine
Upstream-commit: 809239c0afdda01a7b0b5c0b2208b96a93dfc411
Component: engine
2013-11-25 14:31:52 -08:00
f9b4bbea9e docker in-container process management with CFEngine
Upstream-commit: 937f52aef98ac61bca75ef25c16b79b5fafa58ff
Component: engine
2013-11-25 14:24:23 -08:00
2f62549ee3 Merge pull request #2849 from jamtur01/supervisor
Added a Supervisor process management example
Upstream-commit: aa48acc5ec6621a9fb720fa00772fb8eeaa2be7a
Component: engine
2013-11-25 13:50:44 -08:00
88286721b0 Merge pull request #2836 from fj/topic/spinx⇒sphinx
Corrects misspellings of 'Sphinx'
Upstream-commit: ac70e296dbc55a60bd8d6fce7b1fb4a260a91fb1
Component: engine
2013-11-25 13:40:26 -08:00
e6304d10dd Merge pull request #2835 from fj/topic/update-native-installation-instructions
Use requirements.txt rather than manual installation for docs
Upstream-commit: e2c3860ec3c69acdda87959927ba3c4fccee4df9
Component: engine
2013-11-25 13:28:18 -08:00
2a6a9722d8 Merge pull request #2833 from twillouer/patch-1
Better copy/paste :)
Upstream-commit: 2d715bf3c0ce37e31553f35fbab2112df482c46d
Component: engine
2013-11-25 13:21:50 -08:00
0d748580b7 Merge pull request #2848 from pnasrat/713-data-races
Fix data race in TestLogEvent
Upstream-commit: d9e54e28e715cf4f689cf407618edc433494faa3
Component: engine
2013-11-25 12:07:01 -08:00
ae2b7fc016 Reduce debugf frequency to avoid terminal freeze
Upstream-commit: 78d2e2dc373a30eed2bd9f9bb140aa1e153c00f0
Component: engine
2013-11-25 12:06:16 -08:00
f0926e8de2 Fix data race in TestLogEvent
Found with -race. Improve locking on Server.
Upstream-commit: abfdaca3f86d7951693697fbd849078d6b406478
Component: engine
2013-11-25 14:17:58 -05:00
524c1ee04b Merge pull request #68 from crosbymichael/daemon-docs
Add daemon docs with selecting graph driver
Upstream-commit: 3a2fbcfdece8a9cc66a037705e16adab5e866b91
Component: engine
2013-11-25 11:06:28 -08:00
8d1f8e4c83 Added a Supervisor process management example
Upstream-commit: ba2b36e192c571566fa4769b1031d120c26b8ae0
Component: engine
2013-11-25 14:05:01 -05:00
e80dc59739 Merge pull request #71 from crosbymichael/fix-dummy-import
Rename dummy in driver.go to vfs
Upstream-commit: d47d49a2f9bab4f6a68d61e0c1e52ef46f406e84
Component: engine
2013-11-25 10:30:20 -08:00
b1b08f39e6 Rename dummy in driver.go to vfs
Upstream-commit: 8b0b10b6f9fa152346e62b5dad1f4d430ae0e4d1
Component: engine
2013-11-25 10:28:17 -08:00
9b82922439 Merge pull request #67 from crosbymichael/driver-flag
Change graph-driver flag to be s
Upstream-commit: 399c71de8331d8ff35e33c5b810a647f6ea92f1a
Component: engine
2013-11-25 09:45:31 -08:00
5c5c144532 Add daemon docs with selecting graph driver
Upstream-commit: d8f4b733f243a3da6cf5571f44b94b7109f326c4
Component: engine
2013-11-25 09:44:55 -08:00
93120354fd Change graph-driver flag to be s
Upstream-commit: b4eeb6be617d96132cbd5998a658e5ab88334940
Component: engine
2013-11-25 09:43:32 -08:00
d197a9d049 Merge pull request #69 from crosbymichael/rename-dummy
Rename dummy driver to vfs
Upstream-commit: 41704d8933990eda71ac511e0c13593264468fb9
Component: engine
2013-11-25 09:42:50 -08:00
1e5b210a39 Merge pull request #70 from codeaholics/use-https-url-in-dockerfile
Clone LVM using https: instead of git:
Upstream-commit: 64dd4afed68bed2bab7b811a47035fc987cb7f09
Component: engine
2013-11-25 09:17:35 -08:00
06f0b3f336 Merge pull request #2730 from SvenDowideit/docker-insert-doc
Be more explicit about what insert does.
Upstream-commit: 5da1ed32916feee87ed7d8ecec5cb04d5cbae682
Component: engine
2013-11-25 09:16:08 -08:00
3705ed705e Clone LVM using https: instead of git:
The ports for the git protocol are not open in all corporate environments
Upstream-commit: ad23745456f9bb9c1c3da3796a2ab769f192bf36
Component: engine
2013-11-25 17:12:18 +00:00
a54274e072 Rename dummy driver to vfs
Upstream-commit: cee0a292d0b9afe96a1b4a2c66910f2485af2482
Component: engine
2013-11-25 09:04:04 -08:00
b28704a5f5 Format lxc_template.go with gofmt
Upstream-commit: b702edadb7d63feb1f40ebfae27a4d745d4b733e
Component: engine
2013-11-24 20:02:06 -07:00
cb6dcf84c7 Add space-escaping to path parts of lxc.mount.entry lines in generated lxc.conf, allowing for spaces in mount point names
Fixes #2802
Upstream-commit: f16c45f8b0447249074a0b41807a979a3ae326c5
Component: engine
2013-11-24 20:00:39 -07:00
15e852d771 Add unit test for awesomeness of generated container names
Upstream-commit: 07180f3aa75377b4c3227da006df00ec4f032589
Component: engine
2013-11-25 00:25:15 +00:00
057091b3c5 Add Ada Lovelace to the names generator (thanks James Turnbull)
Upstream-commit: a60647482533fcc76b80919b46aab60e4296b924
Component: engine
2013-11-25 00:22:06 +00:00
467ed87c8c New collection of random names for 0.7: mood + famous inventor. Eg. 'sad-tesla' or 'naughty-turing'
Upstream-commit: 5d6ef3177b57371c2dd9b9e4253fbc326d072554
Component: engine
2013-11-25 00:22:06 +00:00
a92bcacbc2 Better copy/paste :)
Upstream-commit: 0a89db04fe62958283c17baa11893c6ad868bf9d
Component: engine
2013-11-24 13:55:53 +01:00
51f543bb50 Corrects misspellings of 'Sphinx'
Upstream-commit: 1cce9f25b2866883b3f1c784ea642df4e69ca6bd
Component: engine
2013-11-23 16:21:27 -05:00
800614c9ba Suggest users install dependencies by using requirements.txt, not manually
Upstream-commit: f1b3e278b964fca4884dca80ffbe79c0e82a85ca
Component: engine
2013-11-23 15:53:50 -05:00
a62fb77dd4 be very explicit about docker insert - it does not insert a file into an IMAGE, it creates a new image that adds only that file to its specified parent
Upstream-commit: e288e7763e20d1d8c7b8f5f9fffa00136577ed95
Component: engine
2013-11-23 12:48:34 +10:00
7ee06b046b add 'to STDOUT' to the help, and add a simple eg that mentions it too
Upstream-commit: 9696ec509a53afaaf9b761b00f60e517634f7e4e
Component: engine
2013-11-23 12:28:50 +10:00
2f447b8d32 add more searchable info to the error message when ADD tries to go outside the context
Upstream-commit: 96b5be9dd9606a9bfbf0fdbe98bcaf8b6e77e4b1
Component: engine
2013-11-23 12:23:31 +10:00
a3e03a0c52 Merge pull request #2827 from dotcloud/2778-fix-shell-corrupt
2778 fix shell corrupt
Upstream-commit: ba6dd1d8d643f745fb412e1de50c9dbf0c63325e
Component: engine
2013-11-22 15:46:02 -08:00
63cc3164f1 Remove useless New*Opt functions, singleline Opt types
Upstream-commit: c67f9b671df024d06b0af0a0eaa02058e69ee9f5
Component: engine
2013-11-22 14:42:30 -08:00
ce1c3dbb0a Make a validation on links name
Upstream-commit: 1c8ae47770b423b9c2f1125bd25cef0482a4600d
Component: engine
2013-11-22 14:33:25 -08:00
d6ea186ed7 Remove goroutine leak. Make sure termcap are reset each time.
Upstream-commit: d55998be81973be5b083eed56b223c8ce98ce073
Component: engine
2013-11-22 14:09:37 -08:00
627f045fff Merge branch 'master' into 0.6.5-dm-plugin
Upstream-commit: e69bbd239ee8dc4bdc0963810448d9f34e4c30c4
Component: engine
2013-11-22 14:06:59 -08:00
a684772eab Merge pull request #56 from shykes/creack-dm-plugin
Use variable to call functions in devmapper_wrapper + some formatting
Upstream-commit: a26f9183bd2c0bed032fc9f7f2359352167ab3ea
Component: engine
2013-11-22 14:05:59 -08:00
c220f2eacd Merge pull request #2822 from dotcloud/better_port_help
Better port help
Upstream-commit: 944a48ec5a0bd1d27c66b56950316e2613641eb5
Component: engine
2013-11-22 13:59:35 -08:00
a1d40e81ca Use variable to call functions in devmapper_wrapper + some formatting
Upstream-commit: 79e2b33ede415736f9124089a61f4512c16ddddd
Component: engine
2013-11-22 12:25:37 -08:00
6e7d75df95 Format CmdRun
Upstream-commit: 076c0eab704e5c4819611a42b1551f1d759fb376
Component: engine
2013-11-22 12:14:34 -08:00
4a4a051d8a Use a constant for PortSpecTemplate + display the template in the CmdRun help
Upstream-commit: 1f9223a7c2c0e5c04936c56a071830f8792c3dd7
Component: engine
2013-11-22 12:00:34 -08:00
c04337f42e Reformatting parseRun and partParse
Upstream-commit: 476559458d49b6d4eacfdbe9025ddf69947ae2b7
Component: engine
2013-11-22 11:58:02 -08:00
7c2bc2f42b Merge pull request #2769 from vbatts/none_bridge
Do not setup bridge ip if 'none' bridge is provided
Upstream-commit: d4c8fb9ee27222e4d33b616bd63ea7863e0064ee
Component: engine
2013-11-22 11:48:33 -08:00
d8bc0d9deb Merge pull request #2823 from dotcloud/2817-run_rm-fix
Fix docker run -rm
Upstream-commit: ae8c589d35e9cd7148d98a0471d0c5c9c77e3908
Component: engine
2013-11-22 11:35:29 -08:00
51748282f3 Merge pull request #2677 from mrallen1/fix/2627
Check for a terminal before using escapes
Upstream-commit: 6130f2531e624f56d827a1e482af712e1c888342
Component: engine
2013-11-22 11:30:16 -08:00
92b39790ed fix the nil pointer panic on closing a disabled network manager
Issue #2768
Upstream-commit: ef14aaf627377b24edb55fe2080e10f748c0e444
Component: engine
2013-11-22 14:28:49 -05:00