From 635c161f38aa68c40d98b108f6a3b12f0e36a58a Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 29 May 2019 03:56:47 -0400 Subject: add missing container cp command 'docker cp' is an alias for 'docker container cp', and podman should have the equivalent alias. Signed-off-by: Jose Diaz-Gonzalez --- completions/bash/podman | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'completions/bash') diff --git a/completions/bash/podman b/completions/bash/podman index 60d5fde52..2c334957e 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -764,6 +764,10 @@ _podman_container_commit() { _podman_commit } +_podman_container_cp() { + _podman_cp +} + _podman_container_create() { _podman_create } @@ -961,6 +965,7 @@ _podman_container() { attach checkpoint commit + cp create diff exec -- cgit v1.2.3-54-g00ecf