| Crates.io | docker-secret-generator |
| lib.rs | docker-secret-generator |
| version | 0.1.0 |
| created_at | 2025-12-13 13:14:44.018139+00 |
| updated_at | 2025-12-13 13:14:44.018139+00 |
| description | A small tool to create kubernetes secrets (just yaml) for docker crdentials. |
| homepage | |
| repository | https://github.com/camme |
| max_upload_size | |
| id | 1982909 |
| size | 12,682 |
This tool makes it easy to create a kubernetes secret with the docker login credentials needed to access the images for a repo
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