From f7ded7ef872db6210d5a3f5025f8057c0b11b0c4 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 12 Jan 2024 17:15:02 +0100 Subject: [PATCH] fixup! feat: backup revolution --- pkg/upstream/container/exec.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/upstream/container/exec.go b/pkg/upstream/container/exec.go index 686f8944..82a2c570 100644 --- a/pkg/upstream/container/exec.go +++ b/pkg/upstream/container/exec.go @@ -13,6 +13,8 @@ import ( "github.com/sirupsen/logrus" ) +// RunExec runs a command on a remote container. io.Writer corresponds to the +// command output. func RunExec(dockerCli command.Cli, client *apiclient.Client, containerID string, execConfig *types.ExecConfig) (io.Writer, error) { ctx := context.Background()