c492485451
Update NOTICE
...
Upstream-commit: 81a11a3c30d01040451898f0e88a19363568edc3
Component: engine
2013-06-12 15:50:30 -06:00
a4cf232a08
Update README.md
...
Upstream-commit: 04cca097ae9f7a8f64dbea1e12f3b871f6a67d65
Component: engine
2013-06-12 15:50:09 -06:00
3f42298556
Merge pull request #845 from unclejack/841-update_docs_no_add_without_context
...
841 - docs: warn about the transmission of data to the docker daemon & ADD without context
Upstream-commit: 48897b5fa1e1cae157e484a465a696520f9106d3
Component: engine
2013-06-12 14:25:44 -07:00
c2ddd27195
New roadmap item: advanced port redirections
...
Upstream-commit: ecae342434aeccb05b3cffe30c34051d84afdb74
Component: engine
2013-06-12 10:50:47 -07:00
3ff2998841
Merge branch 'master' of ssh://github.com/dotcloud/docker
...
Upstream-commit: b4565af25657aa28d1cc9c740c82700c5ec6ce8b
Component: engine
2013-06-12 10:23:14 -07:00
4673596391
Merge pull request #844 from dotcloud/843-inspect_multiple_params-feature
...
* Runtime: allow multiple params in inspect
Upstream-commit: c85e775162f8b021ddec21ee1181295344d760fb
Component: engine
2013-06-12 10:18:42 -07:00
768878b42d
Merge pull request #852 from dotcloud/556-docker-search-fmt
...
Remove CR/NL from description in docker CLI
Upstream-commit: 3491df6edbfba44d655e3ffec98d1c232b738b71
Component: engine
2013-06-12 10:17:05 -07:00
78bdfed64f
Merge pull request #874 from fsouza/fix-build-newline
...
- Builder: don't ignore last line in Dockerfile when it doesn't end with \n
Upstream-commit: 0e6ec57996c942473fce1c187c022d5bd9517a1f
Component: engine
2013-06-12 10:15:00 -07:00
786796c894
commands: use in instead of os.Stdin in hijack
...
Upstream-commit: da54abaf2e86e530d0096e0f85b64b6cc17fcbe0
Component: engine
2013-06-12 09:54:37 -03:00
2ebddf1907
Merge pull request #853 from kencochrane/registry-api-1.1-fix
...
* Documentation: separate the registry and index API's into their own docs
Upstream-commit: 092c761cec2e89f73c3810ff8f2f4ffb01db53b0
Component: engine
2013-06-11 18:34:10 -07:00
80a88f5958
Merge branch 'master' of ssh://github.com/dotcloud/docker
...
Upstream-commit: 5edafd62846045c6e5ad85b2a38aaa2defad91da
Component: engine
2013-06-11 11:21:57 -07:00
040fa0beff
Added a readme explaining the role of each API
...
Upstream-commit: d64f105b44d202aeb83a5f4edbdffdf2375992fa
Component: engine
2013-06-11 10:39:02 -07:00
1845dad9af
Merge pull request #864 from dotcloud/851-choose_public_port-feature
...
* Runtime: you can now specify public port (ex: -p 80:4500)
Upstream-commit: 2d5eda5141f62e578376f4f007c53fc7c1a54983
Component: engine
2013-06-11 10:11:10 -07:00
bd3bf082e2
Merge branch 'master' of ssh://github.com/dotcloud/docker
...
Upstream-commit: be15d5f2d916d1ea55a7c8d2288fb77a766afaec
Component: engine
2013-06-11 10:09:34 -07:00
a2c3983005
More principles. Raw and unstructured to spawn discussion.
...
Upstream-commit: 5918a5a3228442cdf55bed6591090c00ebb1357c
Component: engine
2013-06-11 09:27:36 -07:00
0117018182
Merge pull request #865 from dotcloud/errors_commands-fix
...
Display StatusText as error when empty body in commands.go
Upstream-commit: f8af296e6f8c10cb6740dd054f1538f318640f0f
Component: engine
2013-06-11 09:16:54 -07:00
7b13257108
Merge branch 'master' of ssh://github.com/dotcloud/docker
...
Upstream-commit: 432e18990b1cfbae014ff41c5445658a8d410aeb
Component: engine
2013-06-11 08:58:23 -07:00
18e0ba9ccf
build: don't ignore last line in Dockerfile when it doesn't end with \n
...
Upstream-commit: 2e9403b047d926d39d5b299abc071f3c29627fc6
Component: engine
2013-06-11 11:39:06 -03:00
2bb72522f6
add Michael Crosby to AUTHORS
...
Upstream-commit: 3ea6a2c7c39695fbfe3dfe228db00335c9937c14
Component: engine
2013-06-11 10:17:39 +00:00
604adb2ef8
* Remote Api: Add flag to enable cross domain requests
...
Upstream-commit: 20bf0e00e81fdff34c821fd880a92e822fb5ba15
Component: engine
2013-06-11 10:12:36 +00:00
6315b0d212
Add OPTIONS to route map
...
Move the OPTIONS method registration into the existing
route map. Also add support for empty paths in
the map.
Upstream-commit: dd53c457d75a49e6e140c6d71642b237f3ee9056
Component: engine
2013-06-10 16:10:40 -09:00
2d226181f9
Add explicit status response to OPTIONS handler
...
Write the http.StatusOK header in the OPTIONS
handler and update the unit tests to refer to the
response code using the const from the http package.
Upstream-commit: ac599d652846f6456366b8028b2c38da0565d8b1
Component: engine
2013-06-10 14:44:10 -09:00
ec363b1d2d
Add links to libraries, fix #800
...
Upstream-commit: ca4597e9d74474e4211cee9bf48513643a28fdf9
Component: engine
2013-06-10 15:22:34 -07:00
b4019d7d98
Add list of Docker Remote API Client Libraries. Fixes #800 .
...
Upstream-commit: eeea9ac9468a73bb9514a2d729060889b48384ee
Component: engine
2013-06-10 15:17:27 -07:00
c612f1e4ee
Add Cors and OPTIONS route unit tests
...
Move creating the router and populating the
routes to a separate function outside of
ListenAndServe to allow unit tests to make
assertions on the configured routes and handler
funcs.
Upstream-commit: 0a28628c02d486512dc7e62eb54ccfd27eaa0a27
Component: engine
2013-06-10 13:02:40 -09:00
6b64f66055
Merge pull request #869 from fsouza/fix-api-docs
...
docs/api/remote: fix rst syntax in the "Search images" section
Upstream-commit: bcc4754dc14037224517e874acd36244953a705b
Component: engine
2013-06-10 14:21:39 -07:00
032df4df5a
Merge pull request #840 from dhrp/just-fixed-some-links
...
Fixed some links. Closes #839 #838 #835
Upstream-commit: 5712e37437ffcfbb17d75f7f9c977bf1d4013042
Component: engine
2013-06-10 13:51:43 -07:00
49bbfc9be5
docs/api/remote: fix rst syntax in the "Search images" section
...
Upstream-commit: b1ed75078ea04de8725ce5c39ae3b463f86faf4e
Component: engine
2013-06-10 16:07:57 -03:00
dc9ee2c506
Escape remote names on repo push/pull
...
Upstream-commit: d227af1edd5366df91f96193ddff3ff43d54b4f4
Component: engine
2013-06-10 11:28:27 -07:00
6e3420c0ae
Support for special namespace 'src' (highland support)
...
Upstream-commit: 4e180107314a0a7768120ed66e615c8f668677bd
Component: engine
2013-06-10 11:28:26 -07:00
bba3c9d252
Fixed broken link in README
...
Upstream-commit: 37c20fa64b7fc8156d51e08f9271fe3dafda5c19
Component: engine
2013-06-10 19:03:54 +03:00
5a4574b8be
fix errors when no body
...
Upstream-commit: ab0d0a28a8085255558b5ee7be978d667f44def9
Component: engine
2013-06-10 15:06:52 +00:00
a8d7e665c6
add tests
...
Upstream-commit: 0de3f1ca9a2135033ca482a8916123e51d82de09
Component: engine
2013-06-10 14:14:54 +00:00
231e68638d
specify public port
...
Upstream-commit: 95d66ebc6b068f2762d1a8bf3f78cd78d6ab4900
Component: engine
2013-06-10 13:56:43 +00:00
cdea6dbd60
Add Access-Control-Allow-Methods header
...
Add the Access-Control-Allow-Methods header so that
DELETE operations are allowed.
Also move the write CORS headers method before
docker writes a 404 not found so that the client
receives the correct response and not an invalid
CORS request.
Upstream-commit: 393e873d25093f579d1a293bc473007b04f3c239
Component: engine
2013-06-09 17:17:35 -09:00
a1c85f2f28
Merge pull request #855 from samjsharpe/fix_missing_hyphen
...
Build from Dockerfile on stdin requires a hyphen
Upstream-commit: 956491f8534692f7e31cd4678b688678d6256414
Component: engine
2013-06-07 13:04:27 -07:00
f164baea45
Build from Dockerfile on stdin requires a hypen
...
There is a missing hypen in the documentation:
`docker build < Dockerfile` will complain
`docker build - < Dockerfile` will not complain
Upstream-commit: 5e6cd21f8b3bded9e9cba2e1b9a754df5a9c2bf2
Component: engine
2013-06-07 20:35:34 +01:00
94dc3255e0
seperated the registry and index API's into their own docs
...
seperated the registry and index API's into their own docs and merged
in the index search api into the index api. Also renamed the original
registry api to registry_index_spec.
Upstream-commit: 9e1cd37bbc2a1017612ea03e24a8002e6e81e1ea
Component: engine
2013-06-07 13:42:52 -04:00
91572e7677
Remove CR/NL from description in docker CLI. Also moved description shortening to the client
...
Upstream-commit: 8d4282cd36e3516c08dfa624da352b445bedf204
Component: engine
2013-06-07 06:09:24 -07:00
f6b73ea991
Merge branch 'master' of ssh://github.com/dotcloud/docker
...
Upstream-commit: 968e08a9babaeb13ae342da8e966c87e96b42e8a
Component: engine
2013-06-07 02:41:08 +02:00
8fe98b929a
docs: build: ADD copies just needed data w/ full path
...
Upstream-commit: 4b3a381f39bc90b36877f4832fe5c53de65a1ec3
Component: engine
2013-06-07 00:39:43 +03:00
baad17669e
Typo in MAINTAINERS file
...
Upstream-commit: 56473d4cce79b0f06e46d88d14c716c1858188e2
Component: engine
2013-06-06 22:52:55 +02:00
ed288324ad
docs: warn about build data tx & ADD w/o context
...
This updates the documentation to mention that:
1. a lot of data may get sent to the docker daemon if there is a lot of
data in the directory passed to docker build
2. ADD doesn't work in the absence of the context
3. running without a context doesn't send file data to the docker
daemon
4. explain that the data sent to the docker daemon will be used by ADD
commands
Upstream-commit: efa7ea592c1819f006acf9480c10e50ec63b3001
Component: engine
2013-06-06 22:06:12 +03:00
f485f9f4c0
Update README.md
...
Upstream-commit: da937bf214d781af9c3eb955e1b33e78359892e2
Component: engine
2013-06-06 11:09:11 -06:00
0c23e5a2a9
Daniel Mizyrycki is maintainer of dockerbuilder, the official build environment for docker binary releases
...
Upstream-commit: 42b63eb81884d6e6b1dc325397195cffd880f493
Component: engine
2013-06-06 19:06:54 +02:00
cfd63a0293
docker-build contrib script is deprecated by the new 'build' command
...
Upstream-commit: 0d6db333d6b4944a228848a9f451d6a647324b40
Component: engine
2013-06-06 19:05:21 +02:00
075d1e6e0c
Merge branch 'master' of ssh://github.com/dotcloud/docker
...
Upstream-commit: 3999465c8569938cf859b24ea2bdd763fe1f3ceb
Component: engine
2013-06-06 19:04:17 +02:00
177513451e
Merge pull request #827 from dotcloud/dev_environment_update
...
Update "Setting Up a Dev Environment" doc, with modern golang PPA and stable lxc kernel
Upstream-commit: 1cc4049e82263ee23e27cfae2900120aa87f50a5
Component: engine
2013-06-06 09:48:19 -07:00
4c703f4b7e
add [] and move errors to stderr
...
Upstream-commit: 4107701062bc729d06e1729e2b4c8c92b3b8b4f2
Component: engine
2013-06-06 15:45:08 +00:00
57300503a5
allow multiple params in inspect
...
Upstream-commit: a799cdad3e25136ff313d692b9972cb725754055
Component: engine
2013-06-06 15:22:54 +00:00