Syntax
Install plugin from Docker Hub or your private registry, via docker plugin install. For example:
❯ docker plugin install vieux/sshfs
Plugin "vieux/sshfs" is requesting the following privileges:
- network: [host]
- capabilities: [CAP_SYS_ADMIN]
Do you grant the above permissions? [y/N] y
vieux/sshfs
List all plugins
❯ docker plugin ls
ID NAME TAG DESCRIPTION ENABLED
69553ca1d789 vieux/sshfs latest the `sshfs` plugin true
Disable plugin
❯ docker plugin disable vieux/sshfs
Remove plugin
❯ docker plugin remove vieux/sshfs