exdx

Results 54 issues of exdx

OLM users right now have a hard time debugging operator installations that have gone awry. They are required to dig deep into internal APIs, such as InstallPlans, to piece together...

kind/feature

The statement "Get the plugin via your favorite plugin manager" in the README likely makes a lot of sense to advanced neovim users. But if the user is newer to...

Adds a basic exercise to introduce the concept of a `RefCell`. This API is not necessarily for beginners but is useful to have knowledge of.

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...

enhancement

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.

enhancement

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...

enhancement
good first issue

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, ```...

enhancement

When copying data from the container to the local filesystem, there should be a choice whether or not to preserve the original permissions of the files in the container. I...

enhancement

sbom is a new docker API, see https://www.docker.com/blog/announcing-docker-sbom-a-step-towards-more-visibility-into-docker-images/ for details. It would be interesting if dcp could optionally emit the sbom for a particular image, and save the file in...

enhancement

Right now, dcp only extracts one directory from the image, provided via a mandatory command-line argument. As a user, I want to extract multiple directories (for example, /manifests and /metadata)...

enhancement
good first issue