⛔ [DEPRECATED] Active as a real project instead, development as a gist has been discontinued.
This "script" implements a single function to list the existing tags at the Docker [hub] for a given public image.
| docker run \ | |
| --name {{printf "%q" .Name}} \ | |
| {{- with .HostConfig}} | |
| {{- if .Privileged}} | |
| --privileged \ | |
| {{- end}} | |
| {{- if .AutoRemove}} | |
| --rm \ | |
| {{- end}} | |
| {{- if .Runtime}} |