Wojciech Kępka
Wojciech Kępka
There already is support for stopping and starting a container. Here is a short example: ```rust use docker_api::Docker; let docker = Docker::unix("/var/run/docker.sock"); let containers = docker.containers(); let container = containers.get("");...
Hey @casibbald , It's been a while and I was thinking of adding this. Do you still plan on working on this?
Sure thing :) Just wanted to confirm you still want to work on this. Thanks a lot!
Writing records is currently out of scope. From what I've tested recently even reading records doesn't work that well so I would probably focus on that first. On the other...
Thanks for the contribution @alx365 , will definitely use it.
This might come in useful: https://docs.microsoft.com/en-us/windows/win32/fileio/file-streams#stream-types https://www.codeproject.com/Articles/13667/Enumerating-Alternate-Data-Streams
Thank you for the report, that is indeed an interesting idea. It would probably require creating some sort of compatibility wrapper for ssh connection that would implement the `tower::Service` trait...
Might be related to #111, perhaps there is a common fix for this in the java codegen or mustache template.
Sorry for late response, I had very little time recently. I've looked into the issue but I'm unsure how to test if the fix works as I'm not entirely sure...