An open API service indexing awesome lists of open source software.

https://github.com/dweinstein/node-docker-read-auths

read registry auth configuration like the official docker client
https://github.com/dweinstein/node-docker-read-auths

Last synced: about 2 months ago
JSON representation

read registry auth configuration like the official docker client

Awesome Lists containing this project

README

        

[![NPM](https://nodei.co/npm/docker-read-auths.png?downloads=true)](https://nodei.co/npm/docker-read-auths/)

[![npm version](https://badge.fury.io/js/docker-read-auths.svg)](http://badge.fury.io/js/docker-read-auths)
# SYNOPSIS

Read auth / registry tokens like the official docker client.

# USAGE

```js
const auth = require('.');

const a = auth.fromFile('/path/to/config.json');

const b = auth.likeDockerClient();
```