Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 723 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 723 Bytes

dockside

Build and test status NPM package

Dockside is a client for the Docker Registry API.

import { Client, DockerAuthenticator } from 'dockside';

const client = new Client({ auth: new DockerAuthenticator() });

const manifest = await client.getManifest('debian:bullseye', 'linux/amd64');

📘 API Documentation