Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

get tag list of image from hub using cli

root@googlinux.com:~# curl 'https://registry.hub.docker.com/v2/repositories/library/debian/tags/'|jq '."results"[]["name"]'
"7.11"
"testing"
"oldstable-backports"
"oldstable"
"8"
"8.5"
"stretch"
"experimental"
"rc-buggy"
"wheezy-backports"

Source by www.googlinux.com #
 
PREVIOUS NEXT
Tagged: #tag #list #image #hub #cli
ADD COMMENT
Topic
Name
4+4 =