Andras Kovi

Results 15 comments of Andras Kovi

No, I tried many ways, even checked the corresponding code, but there doesn't seem to be any sane way to do it.

I'm on Monterey. I installed it the first time and it works. I love it!

It actually gives me a good feeling that I know that the shukker Music app has been kicked in the face before it even showed up. It's a type of...

I see gzipping is burnt in the code and there is no way to turn it off https://github.com/docker/docker/blob/master/graph/graph.go#L337 Actually, this is ruining the performance on local networks. We have hosts...

@shouze as I examined the docker code, as I understood, the client already adapts to the compression of the incoming data automatically. Even uncompressed. Why is it impossible to create...

@dupperinc I tried to modify the corresponding code in the Docker source to not compress anything but I'm not a Go programmer and couldn't get it working in a day....

@dupperinc In our case, I found several artifacts took up a lot of space and they were hard to compress (jar files), so I removed them from the image and...

Would it be possible to make the reporting asynchronous? That is, send data to the API server asynchronously and let the playbook run on its own pace.

Disclaimer: I haven't checked the implementation deeply yet. In my case I ran several playbooks in series. I used Mitogen and Ara at the same time and everything I gained...