docker.el icon indicating copy to clipboard operation
docker.el copied to clipboard

docker search

Open joshbax189 opened this issue 3 years ago • 2 comments

Adds docker-search-mode which lists output of docker search with transient commands to pull the image, or visit the Docker Hub url. (You can also specify a tag to pull, but the only way to find the tag is to visit the docker hub page; the docker-search cli function is pretty limited).

docker-search

Each new search string used will create a fresh search buffer, but updating transient args only affects the current search buffer.

joshbax189 avatar Nov 25 '21 22:11 joshbax189

@joshbax189 would it make sense to try to rebase this on master?

Silex avatar Feb 16 '22 13:02 Silex

Absolutely, should be easier with aio

joshbax189 avatar Feb 17 '22 20:02 joshbax189