Commit Graph

15 Commits

Author SHA1 Message Date
Victor Vieux e662fab1fc fix overwrites EXPOSE 2013-07-19 02:47:35 +00:00
Guillaume J. Charmes 2854dbeaba Merge pull request #1212 from dotcloud/merge_v_b_options
* Runtime: Merge -b and -v options
2013-07-17 11:43:47 -07:00
Guillaume J. Charmes 212eeb69a7 Merge -b and -v options 2013-07-15 17:51:32 -07:00
Victor Vieux f8573af974 improve mergeconfig, if dns, portspec, env or volumes specify in docker run, apend and not replace 2013-07-15 13:12:33 +00:00
Solomon Hykes 677a3f4bad Simplify unit tests code with mkRuntime() 2013-07-11 17:59:25 -07:00
Solomon Hykes 1f7cd31bbc - Runtime: small bugfixes in external mount-bind integration 2013-06-26 15:26:47 -07:00
Solomon Hykes 57db07f082 * Runtime: better integration of external bind-mounts (run -b) into the volume subsystem (run -v) 2013-06-26 15:08:07 -07:00
Guillaume J. Charmes a82d51d4b1 Create a subpackage for utils 2013-05-14 22:37:35 +00:00
Tianon Gravi 088d53b6fa Update utils.go to not enforce extra constraints on the kernel "flavor" (such as being integral or even comparable one to another)
This is especially to fix the current docker on kernels such as gentoo-sources, where the "flavor" is the string "gentoo", and that obviously fails to be converted to an integer.
2013-04-21 19:19:38 -06:00
Guillaume J. Charmes 8b75443e2d Add unit tests for CompareKernelVersion 2013-04-18 21:34:34 -07:00
Solomon Hykes 3d02b3c1c0 Merge remote-tracking branch 'robryk/writebroadcaster-stuff' 2013-04-02 20:35:13 -07:00
Robert Obryk bcf056683b Renamed writeBroadcaster.Close() to CloseWriters(). 2013-04-02 10:45:17 +02:00
Solomon Hykes f13fe3e23b Show shorthand container IDs for convenience. Shorthand IDs (or any non-conflicting prefix) can be used to lookup containers 2013-03-31 02:02:01 -07:00
Robert Obryk 239e6cccce Make writeBroadcaster safe for concurrent use. 2013-03-30 16:02:22 +01:00
Andrea Luzzardi 70e2b10ccf Initial commit 2013-01-18 16:13:39 -08:00