Docker Index

Ratings:
(4)
Views:0
Banner-Img
  • Share this blog:

 

The command-line utility has pre-build commands for interacting with the internal API endpoints of the Docker Index. Endpoints for managing user access levels for various namespaces and repos, this is a critical component in managing your private registry/index.

Docker Index

The Docker Index is available at https://github.com/ekristen/docker-index.git, it is also a trusted build available by using docker pull ekristen/docker-index (https://index.docker.io/u/ekristen/docker-index/)

Requirements

Docker Index (https://github.com/ekristen/docker-index.git)

This is currently the tool to manage the https://github.com/ekristen/docker-index project. This tool requires that you have a .dockercfg file as it is used to determine which indexes you have configured and it uses the username and password combination to authenticate to the docker-index management API URLs.

If you want to enrich your career and become a professional in Docker, then visit Tekslate - a global online training platform: "Docker Training"   This course will help you to achieve excellence in this domain.

Installation

From NPM Registry (Preferred)

npm install -g docker-index-cli

From Git

npm install -g ekristen/docker-index-cli

Commands

listUsers

This will return a list of users that are in the index database. These users will have various levels of access to namespaces and repositories.

Usage: docker-index listUsers <index>

getUser

This will return basic information about a user including whether or not the account is disabled and all their permissions.

Usage: docker-index getUser <user>@<index>

enable user

This will enable a user in the index. The docker index has a private mode that will disable users by default when they log in for the first time against the index. Use this function to unblock the account.

Usage: docker-index enableUser <user>@<index>

disable User

This will disable a user in the index. The account remains, and so does the permission set, but this will trigger an error any time the account is used against the register or the index.

Usage: docker-index disableUser <user>@<index>

list Permissions

List all permissions associated with a user.

Usage: docker-index listPermissions <user>@<index>

 

Add an additional permission to a user.

Usage: docker-index addPermission <user>@<index>/<repo> <permission>

remove Permission

Remove permission from a user.

Usage: docker-index removePermission <user>@<index>/<repo>

list Indices

This will inspect the .dockercfg for your user and list what indexes/registries you have authenticated against.

Usage: docker-index listIndices

This will list all images that have been pushed to the index.

Usage: docker-index listImages <namespace>

addUser

Removed in Version 1.0.0

Add a user to the index, once the user has been added permissions can be managed for the user.

For an in-depth understanding of Docker click on:

About Author
Authorlogo
Name
TekSlate
Author Bio

TekSlate is the best online training provider in delivering world-class IT skills to individuals and corporates from all parts of the globe. We are proven experts in accumulating every need of an IT skills upgrade aspirant and have delivered excellent services. We aim to bring you all the essentials to learn and master new technologies in the market with our articles, blogs, and videos. Build your career success with us, enhancing most in-demand skills in the market.


Stay Updated


Get stories of change makers and innovators from the startup ecosystem in your inbox