dkrTag

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2024 License: MIT Imports: 15 Imported by: 0

README

dkrTag: CLI Tool for Searching Docker Tags

dkrTag is a tool built in Go that fetches Docker tags from a specific repository using the DockerHub APIs and provides a UI interface to filter those tags. It features a user-friendly terminal interface built with Charmbracelet's Bubble Tea framework and the Bubbles List component for easy interaction.

https://github.com/user-attachments/assets/3f59f2af-d9e9-4c16-b84e-cb12b3825346

Installation

  1. Download the dkrTag binary from the releases page.

  2. Install via Go:

    go install github.com/rajhawaldar/dkrTag@latest
    

Usage

Check input required by the tool.

$ dkrTag --help
Usage of dkrTag:
  -namespace string
        your docker namespace (default "library")
  -repository string
        docker repository name, example: nginx, bash, ubuntu

Syntax for using the tool:

dkrTag --repository <repository-name> [--namespace <namespace-name>]

Example:

dkrTag --repository nginx 

[!TIP] If you're logged into Docker CLI using the docker login command, you can fetch tags from private repositories as well.

Example:

dkrTag --repository webapp --namespace rajhawaldar

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL