refactor: Update Docker inspect command to retrieve container labels
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
docker inspect -f '{{ range $k, $v := .Config.Labels -}}
|
||||
{{ $k }}={{ $v }};
|
||||
{{ end -}}' $cid
|
||||
Reference in New Issue
Block a user