docker-secret-generator

Crates.iodocker-secret-generator
lib.rsdocker-secret-generator
version0.1.0
created_at2025-12-13 13:14:44.018139+00
updated_at2025-12-13 13:14:44.018139+00
descriptionA small tool to create kubernetes secrets (just yaml) for docker crdentials.
homepage
repositoryhttps://github.com/camme
max_upload_size
id1982909
size12,682
Camilo Tapia (camme)

documentation

README

Docker Token

This tool makes it easy to create a kubernetes secret with the docker login credentials needed to access the images for a repo

How to use

docker-token -k true -r your-registry -s docker-gitlab-project -n mycoolnamespace -club -u username -p password
  • -k to let it create a kuberntes secret

  • -r to set the registry

  • -s to set the name of the secret

  • -n to set the namespace

  • -u the username to login to the registry

  • -p the password to login to the registry

Commit count: 0

cargo fmt