Skip to content

SecNex/docker-api-token-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Docker API Token Manager

This cli tool is used to manage the tokens for the Docker API. It is integrated in the Docker container and is used to create, list and delete tokens.

Usage

Create a new token

python3 index.py --path /opt/docker-api/tokens.db create

List all tokens

python3 index.py --path /opt/docker-api/tokens.db list

Delete a token

python3 index.py --path /opt/docker-api/tokens.db delete --id <token_id>

About

CLI tool to manage the authentication tokens for the Docker API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages