Trendyol / docker-shell

A simple interactive prompt for docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List available images for "pull" command

mstrYoda opened this issue · comments

May be we can use .docker/config to get registry and list images via docker registry api endpoint v2/_catalog.

If no registry found then use docker hub to make some suggestions.

As docker search command already lists images we can somehow use it under the hood to suggest images.

Resolved by #7