jpetazzo / pipework

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

running command on nas system synology dsm error #224

Closed sentball closed 6 years ago

sentball commented 6 years ago

the main error is grep -w not support, use command grep --help to know

seem the code line is echo "$options" | grep -qw devices || continue

sentball commented 6 years ago

i am running docker on synology dsm

jpetazzo commented 6 years ago

I don't think pipework can function without GNU tools, sorry!

(i.e. the grep on the synology seems to be a lightweight version, missing options needed by pipework.)

Sorry again!