码迷,mamicode.com
首页 > 其他好文 > 详细

artifice

时间:2020-06-25 17:18:45      阅读:53      评论:0      收藏:0      [点我收藏+]

标签:访问   ima   art   try   repos   print   搜索   search   div   

  

搜索镜像标签:

1 #!/bin/env bash
2 
3 repo_url=https://registry.hub.docker.com/v1/repositories
4 echo -ne "\033[7mInput image name(search for tags):\033[0m"
5 read image_name
6 curl -s ${repo_url}/${image_name}/tags | python -m json.tool | awk -F\" ‘$2=="name" {print $4}‘

可以直接浏览器访问:https://registry.hub.docker.com/v1/repositories/tensorflow/tensorflow/tags

artifice

标签:访问   ima   art   try   repos   print   搜索   search   div   

原文地址:https://www.cnblogs.com/dissipate/p/13192058.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!