Skip to content

A read-only SQL-like interface for docker registries.

License

Notifications You must be signed in to change notification settings

mathiasrw/dockerql

 
 

Repository files navigation

dockerql

A read-only SQL-like interface for docker registries.

Early stage project. Join the effort!

Why

SQL-like query interfaces is still one of the easiest to understand interface to query databases. We are still missing something like that for docker registries. In addition, each docker implementation is a bit different in terms of its authentication, scoping, and features. dockerql provides a unified yet extendable way to access multiple types of registries.

Getting started

Getting started is easy and should take seconds.

Choose your way to get started:

  1. Getting started with docker container.
  2. Getting started with local service.
  3. Set up access to your registries.

Supported registry types

Currently supported:

  1. Set up access to Dockerhub
  2. Set up access to Amazon Elastic Container Registry (ECR)
  3. Set up access to Google Container Registry (GCR)

Documentation

About

A read-only SQL-like interface for docker registries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • Dockerfile 1.4%