mirror of
https://github.com/containers/podman.git
synced 2025-12-08 23:00:23 +08:00
podman-remote push
enable podman-remote push so that users can push images from a remote client. change in push API to deal with the need to see output over the varlink connection. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -38,6 +38,7 @@ var mainCommands = []*cobra.Command{
|
||||
_inspectCommand,
|
||||
_killCommand,
|
||||
_pullCommand,
|
||||
_pushCommand,
|
||||
_rmiCommand,
|
||||
_tagCommand,
|
||||
_versionCommand,
|
||||
|
||||
Reference in New Issue
Block a user