3 lines
92 B
Bash
3 lines
92 B
Bash
docker inspect -f '{{ range $k, $v := .Config.Labels -}}
|
|
{{ $k }}={{ $v }};
|
|
{{ end -}}' $cid |