jpetazzo / pipework

Software-Defined Networking tools for LXC (LinuX Containers)
Apache License 2.0
4.21k stars 727 forks source link

Fix docker container lookup #236

Closed haggaie closed 4 years ago

haggaie commented 4 years ago

Executing echo "" | wc -l results in 1, causing the code to expect a cgroup matching the guest name when there is no such cgroup.

Check explicitly for empty output in the results of searching the cgroup.

jpetazzo commented 4 years ago

Thanks!