Commit Graph

20395 Commits

Author SHA1 Message Date
c3c94876c5 dockerbuilder: let the Makefile upload to s3 with 'make release'
Upstream-commit: c08d245539ef4d721b874392097016a1c8c8fb81
Component: engine
2013-05-02 18:11:54 -07:00
e6dd1bf4aa Fix server crash when running an image without command without autorun
Upstream-commit: 64d7bc442daa012683b38183c71674b9ecd660c2
Component: engine
2013-05-02 13:56:45 -07:00
9af19a7a8b strings.Split may return an empty string on no match
* This fixes an index out of range crash if cgroup memory is not
  enabled.
Upstream-commit: 4bc8ef42d4f294bf6fec6d728ef27abbb638b98d
Component: engine
2013-05-02 14:44:41 -05:00
1e4304b721 Fix issue within mergeConfig preventing hostname and user to be set
Upstream-commit: 83784989514ca010bf6c292b01482e0baa14ff85
Component: engine
2013-05-02 12:32:10 -07:00
64cd9c2d11 Fix typo for command run docs
Upstream-commit: 1617a18258ccc7e07f30aef02a9b085627eb388a
Component: engine
2013-05-02 12:11:57 -07:00
e9ace295d8 Fix date typos in changelog
Upstream-commit: 6c1bb39c09446a608d48334fdf2b06cf0fac8d1a
Component: engine
2013-05-03 15:40:32 -07:00
5f130205ae Merge branch 'master' of ssh://github.com/dotcloud/docker
Upstream-commit: f6b5cd77ebfff7b18dbfcdb8bfddce0f93305e23
Component: engine
2013-05-03 15:37:37 -07:00
d65444fd93 Bumped version to 0.2.2
Upstream-commit: 5ffd63070f9b4d7516d58a4b3691be36d5ae93c6
Component: engine
2013-05-03 15:19:20 -07:00
283609708c + Documentation: new example: sharing data between 2 couchdb databases
Upstream-commit: 701132259d843087fafb30d7a1feb05d1b4f7a8e
Component: engine
2013-05-03 15:13:12 -07:00
dd9453f294 + Support for data volumes
Upstream-commit: 18b8eeb48492c27588da2d8c6c36f5f080338d56
Component: engine
2013-05-03 13:03:47 -07:00
e7e7fbada8 Add s3 upload to 'make release'
Upstream-commit: b6a5e604ab2205a547ac5b4f743cf3c4b93ffccf
Component: engine
2013-05-02 11:32:55 -07:00
d45e7db4d1 added Docker Index search API doc
Upstream-commit: b682a8ea9e9325278cdb08d5f3da821ee97c5feb
Component: engine
2013-05-02 14:32:38 -04:00
30a5373134 + Hack: 'make s3release' uploads a clean build to s3
Upstream-commit: 6e486b638b6674694fe02d2661bd93f0ee08d425
Component: engine
2013-05-02 11:25:49 -07:00
755075c572 Use only one deb line in /etc/apt
This prevents the script from filling up /etc/apt/sources.list with more than one deb line which cause a warning when updating.
Upstream-commit: 74cd7e822d4fbac96faab1173cf2fc4e95658901
Component: engine
2013-05-02 13:33:23 -04:00
2c79fdbc57 up to date with master
Upstream-commit: 4f0bda2dd5cfe382f7fd9cfb9f5522f42377673b
Component: engine
2013-05-02 18:36:23 +02:00
9951e24504 Update docs for Command Run
Upstream-commit: 21b9dcd518871088086943f95bf39f068b30691f
Component: engine
2013-05-02 09:26:29 -07:00
cc5f724fb6 Fix the graph.Create prototype
Upstream-commit: 897cc573f051f1d88be0fde05946e66d0c86c43e
Component: engine
2013-05-02 09:23:29 -07:00
2217f9531a Comply to the new graph.Create() prototype
Upstream-commit: b0459adc271b20cde11da6a74cc5a71bab23f2ac
Component: engine
2013-05-02 09:14:23 -07:00
4f88abdf1f Implement the data volume removal
Upstream-commit: 3edd14b8c2eb13f45834f5d9306a579b256f9348
Component: engine
2013-05-02 09:14:23 -07:00
50127083eb Implement the -volumes-from in order to mount volumes from an other container
Upstream-commit: 4099a31304863edf5b4d1b594b41c7ce1a33c5e1
Component: engine
2013-05-02 09:14:22 -07:00
f39494f601 Move the id of volumes to Container (instead of Container.Config)
Upstream-commit: 6fb495bf6ff545753518e9b9ed39c2676230c277
Component: engine
2013-05-02 09:14:22 -07:00
1e08918b54 Switch back config to map[string]struct{}
Upstream-commit: faf8daa7c68f2511dedfad15e1fd05f9eff077a2
Component: engine
2013-05-02 09:14:22 -07:00
307cd72164 Handle data volumes mount points
Upstream-commit: 8d9aaee60bf03397e51e8c84232a73fcb3baf36c
Component: engine
2013-05-02 09:14:22 -07:00
4d826b11e2 Change the volumes type to map[string]string to store both source and destination
Upstream-commit: 35d704c8a006263d1539994f02c7bfbe97202528
Component: engine
2013-05-02 09:14:22 -07:00
be84d975bd docker run -v PATH: bind a new data volume to a container
Upstream-commit: 1df5f4094bf31edba6f2a2f07bfdada54340c1e4
Component: engine
2013-05-02 09:14:22 -07:00
9adb299c5b use Go 1.0.3 to build docker
Upstream-commit: 528da23d6a5e0b6f37c1241c982bb49f301632cc
Component: engine
2013-05-02 15:27:37 +03:00
113b997422 Merge pull request #496 from dotcloud/480-vagrant-fix
- vagrant: Fix main Vagrantfile
Upstream-commit: ff5e238de9d2d26afe84270777acd8a0d9986c4d
Component: engine
2013-05-01 23:38:18 -07:00
f669f181f5 Merge pull request #492 from kencochrane/registry-api-doc
+ Registry: added the registry API to the docker docs
Upstream-commit: c63dce393ec9393cd38ebd197c32eec735381964
Component: engine
2013-05-01 23:00:58 -07:00
2643d78de2 Merge branch 'origin/new-dockerbuilder'
Upstream-commit: d6a63132efe087f46f0191e14cd79a58f1483e20
Component: engine
2013-05-02 05:57:50 +00:00
02a593d27a dockerbuilder: fix permissions
Upstream-commit: e7271cdaae50db382d5b5728904063c07d5549e4
Component: engine
2013-05-02 05:56:51 +00:00
1f23de593c * Hack: improve the way dockerbuilder is built
Upstream-commit: 6ca3b151b1fc0b838b55586adbc6c0990cfb2586
Component: engine
2013-05-01 22:05:36 -07:00
fa147c676f refactoring run/attach/logs
Upstream-commit: a4bcf7e1ac19dbf4c2e4f65af4addc1bfc47d567
Component: engine
2013-05-02 05:07:06 +02:00
dc48c220f3 Fix main Vagrantfile
Upstream-commit: 0d9475346f3548c525ecfbbd44c95a47a0013f0e
Component: engine
2013-05-01 18:49:31 -07:00
46f6747321 New Dockerfile operation: 'add'
Upstream-commit: 71199f595de081a4f2e93142d9f5b98df16e9089
Component: engine
2013-05-01 18:32:38 -07:00
6607a39eb5 - Hack: fix dockerbuilder to build feature branches
Upstream-commit: 58b95878f13c8de443529fbd47a67988b4735e1a
Component: engine
2013-05-02 01:16:23 +00:00
c9f8d85006 Merge pull request #482 from dotcloud/move_capabilitie_function
* runtime: Move the capabilities detection into a runtime method
Upstream-commit: e431dc26f115cee290b9bfcdf73a1ea4eebecfce
Component: engine
2013-05-01 17:43:32 -07:00
87d45c69b3 Merge branch 'master' of ssh://github.com/dotcloud/docker
Upstream-commit: 09b1cd58c00d6b10496ab8f517137268a8bc54ab
Component: engine
2013-05-01 17:18:05 -07:00
ac52cb591c Bumped version to 0.2.1
Upstream-commit: d42639e5c5623109acd302ddead237ce4d9c2617
Component: engine
2013-05-01 17:17:13 -07:00
0d2bce5b40 Merge pull request #495 from dotcloud/autorun_docs
* docs: Update commandline Commit doc
Upstream-commit: d0c2e31fb920fd1ff738b16798f1ffdecdac272e
Component: engine
2013-05-01 17:14:53 -07:00
afb3d4d1e6 Merge pull request #493 from dotcloud/374-developer-environment
* hack: development; issue #374: Refactor 'make hack' making Vagrantfile and VM more useful
Upstream-commit: 509a01bbe44abfc1fbe4b1973e75018ba0378d63
Component: engine
2013-05-01 16:54:29 -07:00
399385fca4 new Dockerfile keyword: cmd to set a default runtime command
Upstream-commit: e7fb7f13d51b4026571e47981f0d432cc4b59f80
Component: engine
2013-05-01 16:43:37 -07:00
6ddae43dee development; issue #374: Update VM documentation
Upstream-commit: d172da58ceddd93c4a93132eae652e7996e1a2d2
Component: engine
2013-05-01 15:59:54 -07:00
a9fa6c7d38 * 'docker commit' inherits parent layer's run configuration by default
Upstream-commit: ad86dde10c815135ead82ed3c97caa892f7e30ed
Component: engine
2013-05-01 15:45:39 -07:00
10952020e0 Update commandline Commit doc
Upstream-commit: c20e46587d3fb09257e6ce7d085467da403210ee
Component: engine
2013-05-01 15:43:02 -07:00
f1cd60ebd0 development; issue #374: Upgrade development VM box to Ubuntu-13.04 with kernel 3.8
Upstream-commit: eeb03164cf1ea1b6a2abae2536cb1360c9ac8251
Component: engine
2013-05-01 15:26:27 -07:00
44a61f93b3 development; issue #374: Refactor 'make hack' making Vagrantfile and VM more useful
Upstream-commit: bb61678b570fabeb5d21c86fa3f7b5456111f7a2
Component: engine
2013-05-01 15:26:27 -07:00
5f26bd9cf3 When no -config is set while committing, use the config of the base image
Upstream-commit: a75a1b3859e6c30f0a24b262bdfc524dcdc07c3b
Component: engine
2013-05-01 15:24:28 -07:00
ac9a4e4b6a New Dockerfile operation 'expose' exposes default tcp ports
Upstream-commit: 08812096f580c820d8cd06e3cb2128871551f60f
Component: engine
2013-05-01 14:16:56 -07:00
d28619b9b2 Set a layer's default runtime options with 'docker commit -run' instead of 'docker commit -config'
Upstream-commit: 5c30faf6f7aba58c9b8be580acb043d56b64db1b
Component: engine
2013-05-01 12:45:45 -07:00
0f53d29623 + Commit default runtime options with a layer
Upstream-commit: f7aaa06606e0acf36d2979533f40e51ae7ef29c0
Component: engine
2013-05-01 11:33:21 -07:00