finch icon indicating copy to clipboard operation
finch copied to clipboard

Ability to copy files from the host inside a container

Open deviantony opened this issue 2 years ago • 2 comments

What is the problem you're trying to solve?. I'd like to copy some files from my host inside a container.

Describe the feature you'd like The equivalent of nerdctl cp (https://github.com/containerd/nerdctl#whale-nerdctl-cp) available via finch cp.

Alternatively, direct access to the nerdctl command for operations that are currently non supported by finch.

Additional context Add any other context or screenshots about the feature request here.

deviantony avatar Dec 02 '22 06:12 deviantony

Well, this is actually hidden under finch container cp, maybe finch cp could be an alias for this to keep consistency across the CLI UX with nerdctl.

I'll leave that one open for you to decide :-)

deviantony avatar Dec 02 '22 06:12 deviantony

Hi @deviantony, thanks for the feedback. I agree that finch cp should be a valid command to keep consistency with nerdctl. I'm working on it.

mharwani avatar Dec 02 '22 23:12 mharwani

finch cp is available as of release 0.2.0

mharwani avatar Jan 11 '23 19:01 mharwani