garanews

Results 66 comments of garanews

Hello @sergiobrr ,thanks for the config. What I was looking for is a docker-compose with couple of services where one is the nfs server and the other is any service...

I tried docker-compose provided here, adding the "driver_opts:" directive but having this issue: ``` Creating ehough_nfs_1 ... done Creating ehough_proxy_1 ... error ERROR: for ehough_proxy_1 Cannot create container for service...

@ehough any idea about this error?

I tried to fix with #4 Is it correct to return 0 ?

For your information, after adding some other mans , some comment returned: ![image](https://user-images.githubusercontent.com/16938405/56355392-7415eb80-61d6-11e9-980a-53be0d975cc6.png)

https://github.com/unipacker/unipacker/pull/11 pwd: infected

I am interested too, going to do some test.

Hi @3ch01c , few days ago released https://github.com/sqfmi/badgy-python/blob/master/badgyRev2C.py Using this driver and same old image bw it works. I have some issue using a 4 graylevel image. Did you tested...

Current "workaround I found" is launch install in the final stage: ``` COPY --from=yara-builder /tmp/yara-python/ /tmp/ RUN cd /tmp/ \ && python setup.py install ```