210282a543
Removing titles from md files
...
Signed-off-by: John Mulhausen <john@docker.com >
Upstream-commit: 4a5db8d27e
Component: cli
2017-10-13 15:24:06 -07:00
ab0a17f568
Fix GitHub spelling
...
Signed-off-by: Frieder Bluemle <frieder.bluemle@gmail.com >
Upstream-commit: 45c9b9b6c1
Component: cli
2017-10-05 01:14:31 +08:00
c16c5f3db8
Fix repo references in docs
...
Since CLI was moved to a separate repo, these references are incorrect.
Fixed with the help of sed script, verified manually.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
Upstream-commit: 6d85a4f5f8
Component: cli
2017-07-28 10:32:42 -07:00
08cdfb1fb9
Fix small typo
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
Upstream-commit: ede69a38c2
Component: cli
2017-06-21 11:06:26 -07:00
7b298b591a
Fix some redirect loops and problems
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
Upstream-commit: d5b3df0c2f
Component: cli
2017-06-02 00:10:42 +00:00
74de856edc
Rename Remote API to Engine API
...
Implementation of https://github.com/docker/docker/issues/28319
Signed-off-by: Ben Firshman <ben@firshman.co.uk >
Upstream-commit: 2cfcc8a8fa
Component: cli
2017-06-02 00:10:40 +00:00
914e0a35ac
move plugins out of experimental
...
Signed-off-by: Victor Vieux <vieux@docker.com >
Upstream-commit: 410d4ce7ae
Component: cli
2017-06-02 00:10:37 +00:00
10117b8d2f
fix frontmatter keywords value type (string, instead of []string)
...
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com >
Upstream-commit: 4126b5526c
Component: cli
2017-06-02 00:10:31 +00:00
08be90cdc7
fill all the rest invalid address because no related directory
...
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn >
Upstream-commit: 9b109cd9a7
Component: cli
2017-06-02 00:10:30 +00:00
118bce70c4
Sync docker/docker refs with files mistakenly edited in docker.github.io repo
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
Upstream-commit: 7f36c3a1a0
Component: cli
2017-06-02 00:10:26 +00:00
fbc93c2df5
Convert Markdown frontmatter to YAML
...
Some frontmatter such as the weights, menu stuff, etc is no longer used
'draft=true' becomes 'published: false'
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
Upstream-commit: 2845676cc2
Component: cli
2017-06-02 00:10:24 +00:00
d3c4ed5409
Add a link to the new build instructions
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
Upstream-commit: 12a3920153
Component: cli
2017-06-02 00:10:24 +00:00
9f04306fc3
Remove old documentation, add README.md with pointer
...
Signed-off-by: John Mulhausen <john@docker.com >
Upstream-commit: 68d252bc19
Component: cli
2017-06-02 00:10:22 +00:00
a424bc46b4
some fixes to clean up new plugin system docs
...
Signed-off-by: Charles Smith <charles.smith@docker.com >
Upstream-commit: 9c9cd1a439
Component: cli
2017-06-02 00:10:07 +00:00
ac4b76341d
Replace docker command from 'docker daemon' to 'dockerd'
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
Upstream-commit: ed38ec18bf
Component: cli
2017-06-02 00:10:06 +00:00
b25413223c
edit plugin system doc, fix menu system
...
Signed-off-by: Charles Smith <charles.smith@docker.com >
Upstream-commit: 16de3a25f4
Component: cli
2017-06-02 00:10:05 +00:00
272b173af7
adding some documentation about the new plugin system
...
Signed-off-by: Victor Vieux <vieux@docker.com >
Upstream-commit: 4755904cc3
Component: cli
2017-06-02 00:10:05 +00:00
2e6beb5ae7
Enable to dynamically reload authorization plugins via daemon.config
...
Following #22729 , enable to dynamically reload/remove the daemon
authorization plugins (via standard reloading mechanism).
https://docs.docker.com/engine/reference/commandline/daemon/#daemon-
configuration-file
Daemon must store a reference to the authorization middleware to refresh
the plugin on configuration changes.
Signed-off-by: Liron Levin <liron@twistlock.com >
Upstream-commit: e428a09ae7
Component: cli
2017-06-02 00:10:04 +00:00
2e4f8b18b2
Fix AuthzPlugin URL fragment in docs
...
These docs have AuthzPlugin with a lower case 'z'. What the plugin
api is actually looking for is AuthZPlugin with an upper case 'Z'.
See 46e3a249a1/pkg/authorization/api.go (L5-L8)
Signed-off-by: Everett Toews <everett.toews@rackspace.com >
Upstream-commit: d41421140c
Component: cli
2017-06-02 00:10:02 +00:00
d33b8a046a
Removing some url links that can be resolved using src markdown links
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
Upstream-commit: be6f353670
Component: cli
2017-06-02 00:07:46 +00:00
76cdf99f52
docs: Remove RequestStatusCode
...
The requests doesn't include RequestStatusCode field.
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com >
Upstream-commit: 0d227954c5
Component: cli
2017-06-02 00:07:38 +00:00
6992aebe3b
Remove response modification sections from authorization design doc
...
Signed-off-by: Liron Levin <liron@twistlock.com >
Upstream-commit: 3e48f4b4ab
Component: cli
2017-06-02 00:07:37 +00:00
041fee8d08
Fix errata; s/RequestUri/ReqestURI/
...
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com >
Upstream-commit: cf2670b8ba
Component: cli
2017-06-02 00:07:35 +00:00
fba2a6ea8a
Use 'null' instead of 'nil' for json
...
When describe json response, 'null' is better than 'nil' which is not in
json specification.
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com >
Upstream-commit: b394f05fee
Component: cli
2017-06-02 00:07:35 +00:00
680aa3cbb2
Add short description about default authentication method in authorization docs
...
Following the discussion in #21556 , adding a short description of the
default user authentication mechanism (without requiring authentication
plugins)
Signed-off-by: Liron Levin <liron@twistlock.com >
Upstream-commit: 1db38dfe21
Component: cli
2017-06-02 00:07:35 +00:00
319a8d610c
docs: extend: plugins: mention the sdk + systemd socket activation
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
Upstream-commit: b20a425cd9
Component: cli
2017-06-02 00:07:31 +00:00