Ignore SIGPIPE when interacting with docker

There is this random failures (~10% of the time) where
this script suddenly exits with a 141 (SIGPIPE) after
its call using a docker inspect. The data needed from
the command is always correctly found so just ignore
the SIGPIPE.

Change-Id: I2364ff551677a99bc1308a43971f9ab87086d31c
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
1 file changed