mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-15 07:48:14 +01:00
Removed unwanted skip.
This commit is contained in:
parent
cba53def9a
commit
413f30a7d7
1 changed files with 0 additions and 4 deletions
|
|
@ -6,10 +6,6 @@ for i in $(podman ps --filter "name=$SearchName" --format '{{.Names}}') ; do
|
|||
ContImage=$(podman inspect "$i" --format='{{.ImageName}}')
|
||||
ContPath=$(jq -r '."com.docker.compose.project.working_dir"' <<< "$ContLabels")
|
||||
[ "$ContPath" == "null" ] && ContPath=""
|
||||
if [ -z "$ContPath" ]; then
|
||||
echo "$i has no compose labels - skipping"
|
||||
continue
|
||||
fi
|
||||
ContConfigFile=$(jq -r '."com.docker.compose.project.config_files"' <<< "$ContLabels")
|
||||
[ "$ContConfigFile" == "null" ] && ContConfigFile=""
|
||||
ContName=$(jq -r '."com.docker.compose.service"' <<< "$ContLabels")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue