Zicklag
Zicklag
Hey @jadolg that looks great! I'm not real experienced with Go, but it looks like you got the intent of the JavaScript code correctly in your port. Also, a note....
Ah, yes the timeout test would be the most likely one to be not testing right. I can't remember if I got the time measurement right in the test code....
That's definitely a problem, but I don't *think* that would cause that particular test to fail. That will be something to look out for in your fork, though, @jadolg. See...
Oh, that isn't good. It must be either failing to unmount the volumes or, for some reason, the `mfsmount` process isn't exiting when it does the `unmount` ( right [here](https://github.com/katharostech/docker-plugin_lizardfs/blob/master/index.js#L356)...
Yeah, I'll have to add some log messages in there and test killing containers to see what is happening in the plugin when a container dies. It sounds like it...
If you want to try building it. I'm not 100% sure the exact dependencies are, but the one that sticks out to me that you would have to install other...
OK, so I decided just to keep Gifski for now. It looks like you just need freetype and its dependencies mostly such as `expat` for this to compile. Also it...
`cast2gif` doesn't handle the terminal emulation itself, so it might be a problem with the upstream terminal emulator [`vt100`](https://github.com/doy/vt100-rust). I'd have to test it to be sure. Could you upload...
@johny-mnemonic Whoops. Fixed the title. :D Yeah, that kind of looks like a Docker bug to me, or at least a very strange decision that seems like it would break...
You can try to run the swarm services in host networking mode. This worked for another user.