mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 17:06:00 +00:00
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