Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 796 Bytes

File metadata and controls

44 lines (33 loc) · 796 Bytes
advisory experimental
description The plugin ls command description and usage
keywords
plugin, list
menu
main
parent
smn_cli
title plugin ls

plugin ls (experimental)

Usage:  docker plugin ls

List plugins

Aliases:
  ls, list

Options:
      --help   Print usage

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

Example output:

$ docker plugin ls

NAME                  VERSION             ACTIVE
tiborvass/no-remove   latest              true

Related information