dcp
dcp copied to clipboard
docker cp made easy
https://github.com/runfinch/finch
This feature is for a shell that opens so one can explore the files of a container without actually running the `ls` command inside it. This functionality is similar to...
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.66 to 0.1.72. Release notes Sourced from async-trait's releases. 0.1.72 Documentation improvements 0.1.71 Documentation improvements 0.1.70 No release notes provided. 0.1.69 Resolve new diverging_sub_expression clippy lint in...
Bumps [docker-api](https://github.com/vv9k/docker-api-rs) from 0.9.2 to 0.14.0. Changelog Sourced from docker-api's changelog. 0.14.0 Add ContainerCreateOptsBuilder::network_config Docker initializers like new, tcp, unix, tls now create an unversioned connector that will use the...
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.27 to 0.3.28. Release notes Sourced from futures-util's releases. 0.3.28 Update to syn 2. This raises MSRV of utility crates to 1.56. (#2730, #2733) Fix bug in...
Bumps [podman-api](https://github.com/vv9k/podman-api-rs) from 0.4.0 to 0.10.0. Changelog Sourced from podman-api's changelog. 0.10.0 BREAKING Exec::start now returns Result<Option<tty::Multiplexer>> (was Result<tty::Multiplexer>) #155 Bump models to v4.4.4 0.9.0 Add ContainerDeleteOpts::timeout Change Exec::start to...
Bumps [clap](https://github.com/clap-rs/clap) from 2.34.0 to 4.0.26. Release notes Sourced from clap's releases. v4.0.26 [4.0.26] - 2022-11-16 Fixes (error) Fix typos in ContextKind::as_str v4.0.25 [4.0.25] - 2022-11-15 Features (error) Report available...
https://github.com/containers/youki is a new container runtime written entirely in Rust. It would be cool to support a youki runtime in dcp alongside docker and podman.
When copying content to the local disk, by default "." is the destination used. This is intentional, but it would be more informative in the logs if the pwd was...
As a user, I would like to debug a live container running in my k8s cluster by copying files from that container's filesystem to my local filesystem. For example, ```...