Crates.io | dockerdump |
lib.rs | dockerdump |
version | 0.1.0 |
source | src |
created_at | 2024-11-05 15:25:58.181844 |
updated_at | 2024-11-05 15:25:58.181844 |
description | Extract any file from any Docker image. |
homepage | |
repository | https://github.com/saefstroem/dockerdump |
max_upload_size | |
id | 1436693 |
size | 69,993 |
Dockerdump
- extract files from Docker imagesDockerdump is an interactive tool for fetching and extracting files from Docker container images. It allows you to download images from Docker Hub or custom registries and browse their contents with an intuitive interface.
Suppose there is some binary that you know is compatible with your system, but the building process is complex or time-consuming. You can use Dockerdump to extract the binary from a Docker image and run it on your machine without the overhead of using Docker or dealing with the docker daemon.
cargo install dockerdump
git clone https://github.com/saefstroem/dockerdump.git
cd dockerdump
cargo build --release
./target/release/dockerdump
dockerdump
ubuntu:latest
)This project is licensed under the MIT License - see the LICENSE file for details.
Dockerdump extracts files with controlled permissions (666) for safety. Be cautious when exploring untrusted container images.
kaspa:qphqua5wghak5umtmv8h9cdkfg46up42wjwr0eam528htx945ymdz9sa0fvpn
0x0d96F733969ED1ae8C58Bcad6F6B11993B051cC4
Note: Always verify the source and content of Docker images before using them in production environments.