from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





DOCKER

Section: Docker User Manuals (1)
Updated: Jun 2025
Index Return to Main Contents

 

NAME

docke-plugi-ls- List plugins

 

SYNOPSIS

docker plugin ls [OPTIONS]

 

DESCRIPTION

Lists all the plugins that are currently installed. You can install plugins using the docker plugin install command. You can also filter using the -f or -filter flag.

 

Filters

Filter output based on these conditions:
   - enabled=(true|false) - plugins that are enabled or not
   - capability= - filters plugins based on capabilities (currently volumedrivernetworkdriveripamdriver, or authz)

 

Format

Format the output using the given Go template.
   Valid placeholders:
      .ID - Plugin ID.
      .Name - Plugin Name.
      .Description - Plugin description.
      .Enabled - Whether plugin is enabled or not.

 

EXAMPLES

 

Display all plugins

$ docker plugin ls ID NAME DESCRIPTION ENABLED 869080b57404 tiborvass/sampl-volum-plugin:latest A sample volume plugin for Docker true 141bf6c02ddd vieux/sshfs:latest sshFS plugin for Docker false

 

Display plugins with their ID and names

$ docker plugin ls-format "{{.ID}}: {{.Name}}" 869080b57404: tiborvass/sampl-volum-plugin:latest

 

Display plugins in JSON format

$ docker plugin ls-format json {"Description":"A sample volume plugin for Docker","Enabled":true,"ID":"2788a2da7e12","Name":"tiborvass/sampl-volum-plugin:latest","PluginReference":"docker.io/tiborvass/sampl-volum-plugin:latest"}

 

Display enabled plugins

$ docker plugin ls-filter enabled=true ID NAME DESCRIPTION ENABLED 869080b57404 tiborvass/sampl-volum-plugin:latest A sample volume plugin for Docker true

 

Display plugins with volumedriver capability

$ docker plugin ls-filter capability=volumedriver-format "table {{.ID}}t{{.Name}}" ID Name 869080b57404 tiborvass/sampl-volum-plugin:latest

 

OPTIONS

-f, -filter=         Provide filter values (e.g. "enabled=true")

-format=""         Format output using a custom template:
'table': Print output in table format with column headers (default) 'table TEMPLATE': Print output in table format using the given Go template 'json': Print in JSON format 'TEMPLATE': Print output using the given Go template. Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates

-n-trunc[=false]         Don't truncate output

-q, -quiet[=false]         Only display plugin IDs

 

SEE ALSO

docke-plugin(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
Filters
Format
EXAMPLES
Display all plugins
Display plugins with their ID and names
Display plugins in JSON format
Display enabled plugins
Display plugins with volumedriver capability
OPTIONS
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.4 ms