diff --git a/scripts/docker-inspect.sh b/scripts/docker-inspect.sh new file mode 100644 index 0000000..9d18c5f --- /dev/null +++ b/scripts/docker-inspect.sh @@ -0,0 +1,3 @@ +docker inspect -f '{{ range $k, $v := .Config.Labels -}} +{{ $k }}={{ $v }}; +{{ end -}}' $cid \ No newline at end of file