Mercurial > code > home > repos > homeauto
comparison service/collector/makefile @ 354:818b7b410575
patch rdflib_jsonld for new rdflib
Ignore-this: feb5ca55efddb57a76162794e1a452a0
author | drewp@bigasterisk.com |
---|---|
date | Mon, 03 Sep 2018 01:32:48 -0700 |
parents | 7716b1810d6c |
children | ee74dc3b58fb |
comparison
equal
deleted
inserted
replaced
353:d9cc239a90e4 | 354:818b7b410575 |
---|---|
18 docker run --rm -it -p ${PORT}:${PORT} \ | 18 docker run --rm -it -p ${PORT}:${PORT} \ |
19 -v `pwd`:/mnt \ | 19 -v `pwd`:/mnt \ |
20 --net=host \ | 20 --net=host \ |
21 ${TAG} \ | 21 ${TAG} \ |
22 python /mnt/sse_collector.py -v | 22 python /mnt/sse_collector.py -v |
23 | |
24 local_run_strace: | |
25 docker run --rm -it -p ${PORT}:${PORT} \ | |
26 -v `pwd`:/mnt \ | |
27 --net=host \ | |
28 --cap-add SYS_PTRACE \ | |
29 ${TAG} \ | |
30 strace -f -tts 200 python /mnt/sse_collector.py -v |