Skip to content

gvkhna/warpdive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

warpdive

Build Status GitHub Release


Modern Docker/OCI Image Inspector

Screenshot

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.

npx warpdive login

You can build your own image.

npx warpdive build .

Or inspect another image.

npx warpdive push ubuntu:latest

To learn more visit warpdive.xyz.