An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# warpdive

[![Build Status](https://github.com/gvkhna/warpdive/actions/workflows/deploy.yml/badge.svg)](https://github.com/gvkhna/warpdive/actions/workflows/deploy.yml)
![GitHub Release](https://img.shields.io/github/v/release/gvkhna/warpdive)

---

**Modern Docker/OCI Image Inspector**

![Screenshot](src/images/node-latest.png)

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