How to list images and tags from the gcr.io Docker Registry using the HTTP API?
I’m trying to fetch a list of available images and their tags from Google Container Registry (gcr.io) in Node.js.
I’m trying to fetch a list of available images and their tags from Google Container Registry (gcr.io) in Node.js.
I have an application which runs in a Docker container. It requires some private modules from the company’s private NPM registry (Sinopia), and accessing these requires user authentication. The Dockerfile is FROM iojs:latest
.