John Mulhausen
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
Frieder Bluemle
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
Kir Kolyshkin
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
Janonymous and Tibor Vass
eeddb767f3
Fix json format of plugin
...
Signed-off-by: Janonymous <janonymous.codevulture@gmail.com >
Upstream-commit: 7953201f9d
Component: cli
2017-06-02 00:10:51 +00:00
Victor Vieux and Tibor Vass
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
Gaetan de Villele and Tibor Vass
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
Misty Stanley-Jones and Tibor Vass
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
Ding Fei and Tibor Vass
ab67022e57
Fix code block fences and typo.
...
Signed-off-by: Ding Fei <dingfei@stars.org.cn >
Upstream-commit: a16bba06fd
Component: cli
2017-06-02 00:10:24 +00:00
Misty Stanley-Jones and Tibor Vass
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
Misty Stanley-Jones and Tibor Vass
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
John Mulhausen and Tibor Vass
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
Charles Smith and Tibor Vass
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
Charles Smith and Tibor Vass
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
Victor Vieux and Tibor Vass
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
Yi EungJun and Tibor Vass
6663c658c8
Fix incorrect markdown rendering
...
The docker document site [1] rendered the list of plugin implements
incorrectly.
[1]: https://docs.docker.com/engine/extend/plugin_api
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com >
Upstream-commit: 70f932f268
Component: cli
2017-06-02 00:07:35 +00:00
Yong Tang and Tibor Vass
557a7d00b2
Update plugin docs for the covering of remote plugins ( #20188 ).
...
This fix updates the Plugin API docs to cover the case of remote
plugins which could be deployed on a host different from the
docker host, through spec or json files.
This fix closes #20188 .
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
Upstream-commit: 1f7e8ae84c
Component: cli
2017-06-02 00:07:32 +00:00
Antonio Murdaca and Tibor Vass
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
Linus Heckemann and Tibor Vass
82d3f6a0e7
Remove experimental GraphDriver plugin type
...
Signed-off-by: Linus Heckemann <anonymouse2048@gmail.com >
Upstream-commit: acc094305b
Component: cli
2017-06-02 00:07:30 +00:00
Linus Heckemann and Tibor Vass
f56098be86
Document interfaces a plugin can implement
...
Signed-off-by: Linus Heckemann <lheckemann@twig-world.com >
Upstream-commit: 54afb61288
Component: cli
2017-06-02 00:07:30 +00:00
Mary Anthony and Tibor Vass
b82ff962b6
Creating Engine specific menu
...
Fixing the links
Updating with Seb's comments
Adding weight
Fixing the engine aliases
Updating after Arun pushed
Removing empty file
Signed-off-by: Mary Anthony <mary@docker.com >
Upstream-commit: 7910f01804
Component: cli
2017-06-02 00:07:26 +00:00
Mary Anthony and Tibor Vass
d4f3c46baf
Enabled GitHub Flavored Markdown
...
GitHub flavored markdown is now supported for links and images. Also, ran LinkChecker and FileResolver. Yay!
Fixes from Spider check
Output for docker/docker now goes into engine directory
Signed-off-by: Mary Anthony <mary@docker.com >
Upstream-commit: e641a0f363
Component: cli
2017-06-02 00:07:12 +00:00
Morgan Bauer and Tibor Vass
a535e62ee9
Fix Plugins links
...
Signed-off-by: Morgan Bauer <mbauer@us.ibm.com >
Upstream-commit: 2d2b607e1c
Component: cli
2017-06-02 00:07:03 +00:00
David Calavera and Tibor Vass
08e6f56c35
Promote volume drivers from experimental to master.
...
Remove volume stubs and use the experimental path as the only path.
Signed-off-by: David Calavera <david.calavera@gmail.com >
Upstream-commit: 356a7beb31
Component: cli
2017-06-02 00:07:02 +00:00