KevinSmile / SQL-Image

SQL-Image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL-Image

SQL-Image is a daemon-less docker image analyzer.

SQL-Image treat docker-images as DATABASES and image-layers as TABLES.

Inspired by https://github.com/wagoodman/dive and https://github.com/kashav/fsql.

Syntax

SHOW IMAGES;

USE my-image:v1;

SHOW LAYERS;

SELECTFROM my-layer WHERE ...;

1

2

Note

Only support linux overlay2 docker environment.

About

SQL-Image

License:MIT License


Languages

Language:Go 100.0%