Hi guys,
while collecting the running containers, i am getting this error
getRunningContainers() {
curl --no-buffer -s -XGET --unix-socket /tmp/docker.sock http:/containers/json | jq -r '.[] |
select(.Labels["filebeat.logging"] == "True") | .Id'
}
please help me!