/stubb

A Docker utility.

Primary LanguageGoMIT LicenseMIT

CircleCI

Stubb - a Docker utility tool

Build Status Software License

This project is brand new and in alpha right now. You may notice a lack of polish and/or drastic changes.

stubb 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

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/CircleCI-Public/stubb/releases/download/v0.1.0/stubb_0.1.0_amd64.deb
sudo dpkg -i stubb_0.1.0_amd64.deb

0.1.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 stubb 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 stubb help to see all commands available.

License

This repository is licensed under the MIT license. The license can be found here.