1
0
mirror of https://github.com/docker/cli.git synced 2025-10-31 16:10:49 +03:00
Files
cli/docs/reference/commandline/plugin_push.md
Sebastiaan van Stijn 3f5b1bdd32 cli/command/plugin: remove DCT
Plugins are not widely used, and there's no known plugins that use
content-trust. We're working on updating the authentication stack
in the CLI, and the trust implementation hinders us in making
changes, so removing parts that are not high-priority (ahead of
full deprecation of DCT).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-08-06 12:33:27 +02:00

993 B

plugin push

Push a plugin to a registry

Description

After you have created a plugin using docker plugin create and the plugin is ready for distribution, use docker plugin push to share your images to Docker Hub or a self-hosted registry.

Registry credentials are managed by docker login.

Examples

The following example shows how to push a sample user/plugin.

$ docker plugin ls

ID             NAME                    DESCRIPTION                  ENABLED
69553ca1d456   user/plugin:latest      A sample plugin for Docker   false

$ docker plugin push user/plugin