Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.26 KB

File metadata and controls

50 lines (38 loc) · 1.26 KB
title plugin ls
description The plugin ls command description and usage
keywords
plugin, list
advisory experimental

plugin ls (experimental)

Usage:  docker plugin ls [OPTIONS]

List plugins

Aliases:
  ls, list

Options:
      --help	   Print usage
      --no-trunc   Don't truncate output

Lists all the plugins that are currently installed. You can install plugins using the docker plugin install command.

Example output:

$ docker plugin ls

NAME                  TAG                 DESCRIPTION                ENABLED
tiborvass/no-remove   latest              A test plugin for Docker   true

Related information