<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker.git/docs/reference/commandline/plugin_ls.md, branch 1.13.x</title>
<subtitle>github.com: dotcloud/docker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/'/>
<entry>
<title>Standardized formatting of CLI reference commands</title>
<updated>2017-04-03T22:12:33+00:00</updated>
<author>
<name>Misty Stanley-Jones</name>
<email>misty@docker.com</email>
</author>
<published>2017-04-03T21:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=68e914ce620d4ab30afa59c8b5fc4b9ccd9c6b02'/>
<id>68e914ce620d4ab30afa59c8b5fc4b9ccd9c6b02</id>
<content type='text'>
Command name should be a H1

Only Description, Examples, and Related Commands should be H2

Changed 'Related information' heading to 'Related commands' since 99% it is only linking commands

Added some examples where relevant

Signed-off-by: Misty Stanley-Jones &lt;misty@docker.com&gt;
(cherry picked from commit 52df69f00d966904ba230dc2e3a0646cc52b7688)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Command name should be a H1

Only Description, Examples, and Related Commands should be H2

Changed 'Related information' heading to 'Related commands' since 99% it is only linking commands

Added some examples where relevant

Signed-off-by: Misty Stanley-Jones &lt;misty@docker.com&gt;
(cherry picked from commit 52df69f00d966904ba230dc2e3a0646cc52b7688)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docker plugin upgrade</title>
<updated>2017-02-04T00:14:56+00:00</updated>
<author>
<name>Brian Goff</name>
<email>cpuguy83@gmail.com</email>
</author>
<published>2017-01-29T00:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=96b0320d5c1499ff537b0fae5b7a506adaaf14a5'/>
<id>96b0320d5c1499ff537b0fae5b7a506adaaf14a5</id>
<content type='text'>
This allows a plugin to be upgraded without requiring to
uninstall/reinstall a plugin.
Since plugin resources (e.g. volumes) are tied to a plugin ID, this is
important to ensure resources aren't lost.

The plugin must be disabled while upgrading (errors out if enabled).
This does not add any convenience flags for automatically
disabling/re-enabling the plugin during before/after upgrade.

Since an upgrade may change requested permissions, the user is required
to accept permissions just like `docker plugin install`.

Signed-off-by: Brian Goff &lt;cpuguy83@gmail.com&gt;
(cherry picked from commit 03c694973968f63743ed53cef83d0b7455695081)
Signed-off-by: Brian Goff &lt;cpuguy83@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows a plugin to be upgraded without requiring to
uninstall/reinstall a plugin.
Since plugin resources (e.g. volumes) are tied to a plugin ID, this is
important to ensure resources aren't lost.

The plugin must be disabled while upgrading (errors out if enabled).
This does not add any convenience flags for automatically
disabling/re-enabling the plugin during before/after upgrade.

Since an upgrade may change requested permissions, the user is required
to accept permissions just like `docker plugin install`.

Signed-off-by: Brian Goff &lt;cpuguy83@gmail.com&gt;
(cherry picked from commit 03c694973968f63743ed53cef83d0b7455695081)
Signed-off-by: Brian Goff &lt;cpuguy83@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>replace no-remove by sample-volume-plugin in docs</title>
<updated>2017-01-04T11:44:55+00:00</updated>
<author>
<name>Victor Vieux</name>
<email>vieux@docker.com</email>
</author>
<published>2016-12-14T08:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=4e9dd0e51c684f188028b94af13e7ab6810703d9'/>
<id>4e9dd0e51c684f188028b94af13e7ab6810703d9</id>
<content type='text'>
Signed-off-by: Victor Vieux &lt;vieux@docker.com&gt;
(cherry picked from commit bcead9282e17f51b01c4edfa59221546f02aaa33)
Signed-off-by: Victor Vieux &lt;vieux@docker.com&gt;
Signed-off-by: Vincent Demeester &lt;vincent@sbr.pm&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Victor Vieux &lt;vieux@docker.com&gt;
(cherry picked from commit bcead9282e17f51b01c4edfa59221546f02aaa33)
Signed-off-by: Victor Vieux &lt;vieux@docker.com&gt;
Signed-off-by: Vincent Demeester &lt;vincent@sbr.pm&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `ID` field for `docker plugin ls`</title>
<updated>2016-12-05T08:38:57+00:00</updated>
<author>
<name>Yong Tang</name>
<email>yong.tang.github@outlook.com</email>
</author>
<published>2016-12-02T21:42:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=c015a2a1a62a7b2dc43a8b20917c7802a0b7631e'/>
<id>c015a2a1a62a7b2dc43a8b20917c7802a0b7631e</id>
<content type='text'>
This fix tries to address the enhancement proposed in 28708 to display
ID field for the output of `docker plugin ls`.

This fix add `ID` field to the output of `docker plugin ls`

Related docs has been updated.

This fix fixes 28708.

Signed-off-by: Yong Tang &lt;yong.tang.github@outlook.com&gt;
(cherry picked from commit 8a226ed6432a0614b25298fef872c98794f65ba9)
Signed-off-by: Victor Vieux &lt;victorvieux@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix tries to address the enhancement proposed in 28708 to display
ID field for the output of `docker plugin ls`.

This fix add `ID` field to the output of `docker plugin ls`

Related docs has been updated.

This fix fixes 28708.

Signed-off-by: Yong Tang &lt;yong.tang.github@outlook.com&gt;
(cherry picked from commit 8a226ed6432a0614b25298fef872c98794f65ba9)
Signed-off-by: Victor Vieux &lt;victorvieux@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs for plugin push</title>
<updated>2016-11-14T19:34:28+00:00</updated>
<author>
<name>Anusha Ragunathan</name>
<email>anusha@docker.com</email>
</author>
<published>2016-11-14T16:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=a7a8fa0e6b82fb3b6eb38ab5e1f8d2d06f386a50'/>
<id>a7a8fa0e6b82fb3b6eb38ab5e1f8d2d06f386a50</id>
<content type='text'>
Signed-off-by: Anusha Ragunathan &lt;anusha@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anusha Ragunathan &lt;anusha@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>move plugins out of experimental</title>
<updated>2016-11-10T23:51:32+00:00</updated>
<author>
<name>Victor Vieux</name>
<email>vieux@docker.com</email>
</author>
<published>2016-11-10T01:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=c410222e42fb9195909390337bc129c6481e2453'/>
<id>c410222e42fb9195909390337bc129c6481e2453</id>
<content type='text'>
Signed-off-by: Victor Vieux &lt;vieux@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Victor Vieux &lt;vieux@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add plugin create functionality.</title>
<updated>2016-11-09T23:23:03+00:00</updated>
<author>
<name>Anusha Ragunathan</name>
<email>anusha@docker.com</email>
</author>
<published>2016-10-04T19:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=5b6e1bc9e551ba56b44c3f409fd5d48f8a54ce1d'/>
<id>5b6e1bc9e551ba56b44c3f409fd5d48f8a54ce1d</id>
<content type='text'>
Signed-off-by: Anusha Ragunathan &lt;anusha@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anusha Ragunathan &lt;anusha@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>support env for docker plugin set</title>
<updated>2016-11-08T00:59:29+00:00</updated>
<author>
<name>Victor Vieux</name>
<email>vieux@docker.com</email>
</author>
<published>2016-11-01T00:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=efbed4500e30ff1a0eef4ff71fd46a58363d041b'/>
<id>efbed4500e30ff1a0eef4ff71fd46a58363d041b</id>
<content type='text'>
Signed-off-by: Victor Vieux &lt;vieux@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Victor Vieux &lt;vieux@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix frontmatter keywords value type (string, instead of []string) in /docs/reference</title>
<updated>2016-11-03T22:48:30+00:00</updated>
<author>
<name>Gaetan de Villele</name>
<email>gdevillele@gmail.com</email>
</author>
<published>2016-11-03T22:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=248c699ec88bb249ce9fd03001d13f29ac0b4b99'/>
<id>248c699ec88bb249ce9fd03001d13f29ac0b4b99</id>
<content type='text'>
Signed-off-by: Gaetan de Villele &lt;gdevillele@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gaetan de Villele &lt;gdevillele@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync docker/docker refs with files mistakenly edited in docker.github.io repo</title>
<updated>2016-10-20T17:51:30+00:00</updated>
<author>
<name>Misty Stanley-Jones</name>
<email>misty@docker.com</email>
</author>
<published>2016-10-19T17:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=3b36f02c03ec050aa46f9a01cd2d6c60ffd93652'/>
<id>3b36f02c03ec050aa46f9a01cd2d6c60ffd93652</id>
<content type='text'>
Signed-off-by: Misty Stanley-Jones &lt;misty@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Misty Stanley-Jones &lt;misty@docker.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
