Arnaud Porterie (icecrime) and Tibor Vass
253a5f4ea2
Rename --net to --network
...
Add a `--network` flag which replaces `--net` without deprecating it
yet. The `--net` flag remains hidden and supported.
Add a `--network-alias` flag which replaces `--net-alias` without deprecating
it yet. The `--net-alias` flag remains hidden and supported.
Signed-off-by: Arnaud Porterie (icecrime) <arnaud.porterie@docker.com >
2017-06-02 00:07:50 +00:00
Charles Smith and Tibor Vass
aa3344679a
add caveat for network plugins in swarm mode
...
Signed-off-by: Charles Smith <charles.smith@docker.com >
2017-06-02 00:07:49 +00:00
Vincent Demeester and Tibor Vass
6abf924253
Merge pull request #24325 from Anvil/plugins_volume.md-unqiue
...
Fixed typo: s/unqiue/unique/g
(cherry picked from commit 84aa074d18d2f75f54564f21c2b5c0d1bcddd23f)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:48 +00:00
Keith Hudgins and Tibor Vass
2b0ee276ca
Added HPE volume plugin listing
...
Signed-off-by: Keith Hudgins <greenman@greenman.org >
2017-06-02 00:07:47 +00:00
Sven Dowideit and Tibor Vass
be6f353670
Removing some url links that can be resolved using src markdown links
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2017-06-02 00:07:46 +00:00
Brian Goff and Tibor Vass
a68bdf0073
Note about mountpoint being optional
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:07:43 +00:00
Ahmet Alp Balkan and Tibor Vass
02eead1a96
docs: Add Azure File Storage Volume Driver plugin
...
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com >
2017-06-02 00:07:43 +00:00
Kirill Kolyshkin and Tibor Vass
427f525b79
docs/extend/plugins.md: add docker-volume-ploop
...
Added docker-volume-ploop driver to the list of available volume plugins.
Signed-off-by: Kir Kolyshkin <kir@openvz.org >
2017-06-02 00:07:42 +00:00
Brian Goff and Tibor Vass
13ef210b8b
Add support for volume scopes
...
This is similar to network scopes where a volume can either be `local`
or `global`. A `global` volume is one that exists across the entire
cluster where as a `local` volume exists on a single engine.
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:07:42 +00:00
Ritesh H Shukla and Tibor Vass
cceb74311b
Add VMware Docker Volume Plugin.
...
Add reference to https://github.com/vmware/docker-volume-vsphere to Docker's list of plugins.
This is an officially supported plugin from VMware.
Signed-off-by: Ritesh H Shukla <sritesh@vmware.com >
2017-06-02 00:07:41 +00:00
Roland Kammerer and Tibor Vass
263f9666cf
Add the DRBD Docker Volume Plugin to the documentation
...
Signed-off-by: Roland Kammerer <roland.kammerer@linbit.com >
2017-06-02 00:07:40 +00:00
Sven Dowideit and Tibor Vass
f9d80051da
Fix up stale links
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2017-06-02 00:07:40 +00:00
Jeremy Unruh and Tibor Vass
a1cbc5a168
update URL for docker-volume-netshare
...
Signed-off-by: Jeremy Unruh <jeremybunruh@gmail.com >
2017-06-02 00:07:38 +00:00
Yi EungJun and Tibor Vass
0d227954c5
docs: Remove RequestStatusCode
...
The requests doesn't include RequestStatusCode field.
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com >
2017-06-02 00:07:38 +00:00
Brian Goff and Tibor Vass
e1265df404
When calling volume driver Mount, send opaque ID
...
This generates an ID string for calls to Mount/Unmount, allowing drivers
to differentiate between two callers of `Mount` and `Unmount`.
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:07:37 +00:00
Liron Levin and Tibor Vass
3e48f4b4ab
Remove response modification sections from authorization design doc
...
Signed-off-by: Liron Levin <liron@twistlock.com >
2017-06-02 00:07:37 +00:00
Lorenzo Fontana and Tibor Vass
51e43d3bda
Mention the fact that authz plugins are available today
...
Signed-off-by: Lorenzo Fontana <fontanalorenzo@me.com >
2017-06-02 00:07:37 +00:00
Sebastiaan van Stijn and Tibor Vass
a24fe070bb
docs: use tables for available plugins
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:36 +00:00
Wen Cheng Ma and Tibor Vass
ddf0b9e873
Fix asa
...
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com >
2017-06-02 00:07:36 +00:00
Jared Hocutt and Tibor Vass
f10add47fa
Add the NetApp Docker Volume Plugin to the documentation
...
Signed-off-by: Jared Hocutt <jaredh@netapp.com >
2017-06-02 00:07:36 +00:00
Brian Goff and Tibor Vass
a84e11aaf8
Allow volume drivers to provide a Status field
...
The `Status` field is a `map[string]interface{}` which allows the driver to pass
back low-level details about the underlying volume.
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:07:36 +00:00
Yi EungJun and Tibor Vass
cf2670b8ba
Fix errata; s/RequestUri/ReqestURI/
...
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com >
2017-06-02 00:07:35 +00:00
Yi EungJun and Tibor Vass
70f932f268
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 >
2017-06-02 00:07:35 +00:00
Yi EungJun and Tibor Vass
b394f05fee
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 >
2017-06-02 00:07:35 +00:00
Máximo Cuadros and Tibor Vass
643715ee74
documentation: adding gce-docker plugin to plugins.md
...
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com >
2017-06-02 00:07:35 +00:00
Liron Levin and Tibor Vass
1db38dfe21
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 >
2017-06-02 00:07:35 +00:00
Yong Tang and Tibor Vass
1f7e8ae84c
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 >
2017-06-02 00:07:32 +00:00
Antonio Murdaca and Tibor Vass
b20a425cd9
docs: extend: plugins: mention the sdk + systemd socket activation
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-06-02 00:07:31 +00:00
Linus Heckemann and Tibor Vass
acc094305b
Remove experimental GraphDriver plugin type
...
Signed-off-by: Linus Heckemann <anonymouse2048@gmail.com >
2017-06-02 00:07:30 +00:00
Linus Heckemann and Tibor Vass
54afb61288
Document interfaces a plugin can implement
...
Signed-off-by: Linus Heckemann <lheckemann@twig-world.com >
2017-06-02 00:07:30 +00:00
Cameron Spear and Tibor Vass
aa86373f28
Add the Local Persist plugin
...
I wasn't 100% sure if it was appropriate to add plugin here, but @thaJeztah invited me to do so, so here it is!
(see https://github.com/CWSpear/local-persist/issues/17#issuecomment-188523784 )
Signed-off-by: Cameron Spear <cameronspear@gmail.com >
2017-06-02 00:07:30 +00:00
Muthukumar R and Tibor Vass
a9dd907004
Add Horcrux volume plugin to plugins.md
...
Signed-off-by: Muthukumar R <muthur@gmail.com >
2017-06-02 00:07:28 +00:00
Mohammad Banikazemi and Tibor Vass
bb1e32b5e1
Add Kuryr Network Plugin to the docs
...
Signed-off-by: Mohammad Banikazemi <mb@us.ibm.com >
2017-06-02 00:07:28 +00:00
Vincent Demeester and Tibor Vass
e8ba17c379
Add docker-volume-ipfs plugin to the list.
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:07:27 +00:00
Felix Hupfeld and Tibor Vass
17cba03948
Added link to Quobyte's volume plugin.
...
Signed-off-by: Felix Hupfeld <felix@quobyte.com >
2017-06-02 00:07:27 +00:00
Mary Anthony and Tibor Vass
7910f01804
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 >
2017-06-02 00:07:26 +00:00
Joe Doliner and Tibor Vass
07d04dcea6
Remove Pachyderm storage driver.
...
Signed-off-by: Joe Doliner <jdoliner@gmail.com >
2017-06-02 00:07:24 +00:00
Tibor Vass
7f6a7ed8d1
Rename authz to authorization for greater clarity
...
Signed-off-by: Tibor Vass <tibor@docker.com >
2017-06-02 00:07:23 +00:00
Brian Goff and Tibor Vass
f06e5cb692
Add docs for volume plugin ls/get
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:07:22 +00:00
Clinton Kitson and Tibor Vass
2ea504510c
Updated docs for consolidated list of REX-Ray providers
...
This commit includes the correct project link and also
includes a consolidated list of drivers that are supported.
Signed-off-by: Clinton Kitson <clintonskitson@gmail.com >
2017-06-02 00:07:22 +00:00
Sebastiaan van Stijn and Tibor Vass
d8f50e5dd1
docs: add note to volume-plugins
...
The /var/lib/docker directory is reserved for
docker, and should not be touched by plugins.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:22 +00:00
Ilya Dmitrichenko and Tibor Vass
c8ba44360f
Update link for Weave Net plugin docs
...
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com >
2017-06-02 00:07:21 +00:00
Antonio Murdaca and Tibor Vass
e5b94ba3ef
docs: extend: authorization.md: add a note about confidential stuff in Err
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-06-02 00:07:20 +00:00
Antonio Murdaca and Tibor Vass
d00b518979
authZ: more fixes
...
- fix naming and formatting
- provide more context when erroring auth
- do not capitalize errors
- fix wrong documentation
- remove ugly remoteError{}
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-06-02 00:07:20 +00:00
Wen Cheng Ma and Tibor Vass
752b902123
Fix typo error and update index
...
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com >
2017-06-02 00:07:20 +00:00
Antonio Murdaca and Tibor Vass
e79f2fcc21
pkg: authorization: add Err to tweak response status code
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-06-02 00:07:20 +00:00
Ray Tsang and Tibor Vass
5e6c121c37
Updated REX-Ray plugin platform support.
...
REX-Ray added Google Compute Engine support: https://github.com/emccode/rexray/issues/113
Signed-off-by: Ray Tsang <rayt@google.com >
2017-06-02 00:07:20 +00:00
Antonio Murdaca and Tibor Vass
5ea58b57cb
docs: extend: plugins_volume.md: Err default to empty string
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
2017-06-02 00:07:20 +00:00
Liron Levin and Tibor Vass
53c1cb81c0
Change authz plugin argument name
...
Signed-off-by: Liron Levin <liron@twistlock.com >
2017-06-02 00:07:20 +00:00
Dima Stopel and Tibor Vass
a8a3c47ee5
Fixing documentation comments by @thaJeztah
...
Signed-off-by: Dima Stopel <dima@twistlock.com >
2017-06-02 00:07:20 +00:00