https://github.com/gvkhna/warpdive
A docker/OCI container layer browser
https://github.com/gvkhna/warpdive
containers docker podman
Last synced: over 1 year ago
JSON representation
A docker/OCI container layer browser
- Host: GitHub
- URL: https://github.com/gvkhna/warpdive
- Owner: gvkhna
- License: other
- Created: 2024-05-16T22:15:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T22:43:31.000Z (about 2 years ago)
- Last Synced: 2025-04-12T14:08:43.616Z (over 1 year ago)
- Topics: containers, docker, podman
- Language: TypeScript
- Homepage: https://www.warpdive.xyz
- Size: 5.19 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# warpdive
[](https://github.com/gvkhna/warpdive/actions/workflows/deploy.yml)

---
**Modern Docker/OCI Image Inspector**

Warpdive is a container inspector for docker/OCI container images. With warpdive you can easily see the changes being made inside your container for each layer. What each command is doing and how it's affecting your overall container image during build.
To get started, create an account at [warpdive.xyz](https://www.warpdive.xyz).
```sh
npx warpdive login
```
You can build your own image.
```sh
npx warpdive build .
```
Or inspect another image.
```sh
npx warpdive push ubuntu:latest
```
To learn more visit [warpdive.xyz](https://www.warpdive.xyz).