Sonar - a Docker utility tool
sonar
is a Docker utility tool useful for when you want to learn more about your Docker images.
You can list and compare Docker images, their tags, and pull metrics from Docker Hub.
Table of Contents
- Installing
- Configuring
- Features
Installing
Debian Package (.deb) Instructions
Download the .deb
file to the desired system.
For graphical systems, you can download it from the GitHub Releases page. Many distros allow you to double-click the file to install. Via terminal, you can do the following:
wget https://github.com/felicianotech/sonar/releases/download/v0.4.0/sonar_0.4.0_amd64.deb
sudo dpkg -i sonar_0.4.0_amd64.deb
0.4.0
and amd64
may need to be replaced with your desired version and CPU architecture respectively.
Linux Snap
More instructions coming soon.
macOS / Brew
More instructions coming soon.
Configuring
Most commands don't need authentication.
Some, such as sonar set description
, require Docker / Docker Hub credentials.
These can be set via the environment variables DOCKER_USER
and DOCKER_PASS
.
Features
Lists - List images belonging to a namespace and tags belonging to an image.
Metadata - Set your image's Docker Hub description from the command-line.
Run sonar help
to see all commands available.
License
This repository is licensed under the MIT license. The license can be found here.