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
2bcee3140c
rebump
...
Upstream-commit: 66d9a733622ba9a8f9671bac7d33776981672940
Component: engine
2013-06-10 21:05:54 +00: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
398ed3eba0
Send X-Docker-Endpoints header when validating the images upload with the index at the end of a push
...
Upstream-commit: db3242e4bb1c31a7319e6273235a9ba6b29a61d4
Component: engine
2013-06-10 11:21:56 -07:00
b9f9359558
Fix typo
...
Upstream-commit: 7169212683ba02e2da4c80792702c5210f1c16ea
Component: engine
2013-06-10 11:08:40 -07:00
6bcd65ddd0
Fix typo in docs
...
Upstream-commit: 8984aef8999509e5e6a1cb70286e44d0508f93e0
Component: engine
2013-06-10 09:32:31 -07:00
0891327703
Allow multiple tab/spaces between instructions and arguments
...
Upstream-commit: b103ac70bfb9f9419d4487bf969b0f244b260014
Component: engine
2013-06-10 09:31:59 -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
c81b1a9b04
Add an option to forward all ports to the vagrant host that have been exported from docker containers
...
Upstream-commit: 302660e362ba36f9966b9a70b7d7284b94afb89d
Component: engine
2013-06-07 15:56:39 -04: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
7376a26c06
Make the progressbar human readable
...
Upstream-commit: 1e0738f63f55d489d3d96274f312c93cc5d69ffa
Component: engine
2013-06-06 18:42:52 -07:00
2aea6ddf00
Make the progressbar take the image size into consideration
...
Upstream-commit: f355d33b5fe37ce7c0c25373255ea8afd931f4e7
Component: engine
2013-06-06 18:16:16 -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
f2a91760de
Update documentation for docker build
...
Upstream-commit: 2cc22de696d5a0847ecd7d07eaee1d7f385dd29c
Component: engine
2013-06-06 16:48:36 -07:00
3da26f2291
Implement build from git
...
Upstream-commit: 12c9b9b3c94d595ab155fc90dfc426eeada8bc75
Component: engine
2013-06-06 16:41:41 -07:00
7b79f826ad
Move the docker build URL form client to server, prepare for GIT support
...
Upstream-commit: a11e61677c7b368628975e2a0ead639b5bfcabb9
Component: engine
2013-06-06 16:09:46 -07:00
2d381c7b09
Allow to docker build URL
...
Upstream-commit: 01f446e908305efb86f9cbfbbe3302366a6ccd45
Component: engine
2013-06-06 15:56:09 -07:00
9ad1867af2
Move isUrl to utils.IsURL
...
Upstream-commit: f4a4cfd2cc748859d4f28b90274c81098afa8d5d
Component: engine
2013-06-06 15:50:09 -07:00
6e022d99e9
Fix issue EXPOSE override CMD within builder
...
Upstream-commit: eaa2183d77435bd5d65f36287e96a341696cb79c
Component: engine
2013-06-06 15:48:12 -07:00
6bac392c45
Allow remote url to be passed to the ADD instruction within the builder
...
Upstream-commit: 31d2b258c15a28402c3fc5df6440c5b8644a6d76
Component: engine
2013-06-06 15:40:46 -07: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
161e186417
Solve an issue with the -dns in daemon mode
...
Upstream-commit: afd325a8845ad7c4846747fb9561df12ebf9963a
Component: engine
2013-06-06 11:01:29 -07:00
0828523946
Check for local dns server and output a warning
...
Upstream-commit: a3f6054f974909458c9e820842310987e225b767
Component: engine
2013-06-06 11:01:09 -07: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
11abae76ab
changed to 12.04 and add kernel
...
Upstream-commit: a118ad90edbb232806345c4038f3e9e68098648c
Component: engine
2013-06-06 12:36:28 +00:00
1dbf41a0b1
Fixed some links
...
* Added Google group to FAQ on docs
* Changed IRC link
* Fixed link to contributing broken by 326faec
Upstream-commit: 0f23fb949dd894ff70641cc01ac116aa55083157
Component: engine
2013-06-05 18:06:51 -07:00
106de1dac7
Merge pull request #817 from dhrp/blog-in-navigation
...
Modified the navigation in both website and documentaion to include the blog.
Upstream-commit: f1992eeea5d7945164f2732aea805ad3a06cc3b8
Component: engine
2013-06-05 17:28:19 -07:00
72a9843fea
Add -dns to docker daemon
...
Upstream-commit: 84d68007cb36b68e1b5c574a0d23fcf583e0d75c
Component: engine
2013-06-05 14:20:54 -07:00
fafb25034a
bump to master again
...
Upstream-commit: bf63cb904592e1ca73aa3990c08ea0b752fec14d
Component: engine
2013-06-05 16:01:36 +00:00
0ba1139399
bump to master
...
Upstream-commit: ce0041832c95f9a1d4ea407c3a3c78d8ae08df61
Component: engine
2013-06-05 15:30:45 +00:00
f9dd73b38e
hack/PRINCIPLES.md: a list of principles guiding Docker's design. The goal is to scale the decision-making in the project and remove @shykes as a bottleneck as much as possible
...
Upstream-commit: 97d5f525f42cae0468239de0a924d6fda920b48a
Component: engine
2013-06-05 17:27:53 +02:00