am97

Results 12 comments of am97

It would be nice if `SSL_TYPE` was no longer required. We could perhaps first add `SSL_DIR` and `SSL_ALT_DIR` without breaking the old vars. If `SSL_DIR` is defined, we use the...

Wondering if Nodejs is even required, the scraper seems to work fine without it

This issue is also present on Docker 20.10.24+dfsg1 (Debian 12) when IPv6 is manually enabled. It's possible to reproduce it by placing the following lines in your `/etc/docker/daemon.json`, ```json {...

> Although the MAILDEV_IP: "::" did fix the health status of the container, maildev does not work anymore for me. I get: `MailDev webapp running at http://"::":1080/ node:events:492 throw er;...

I got a similar issue. My workaround was to create manually the subdir (`dir1` in your case) in my gluster volume.

I considered `setupIPChains`, but the problem is that there are still modifications to the `FORWARD` chain after that function ends. In `libnetwork/drivers/bridge/bridge_linux.go`, at the end of `configure`, the following calls...

I see the test fails on rootless, that seems normal, as the daemon sets up an unprivileged network stack and has not access to iptables. Is it OK if I...

I added the skip for rootless mode. Let me know if I should squash my commits.

> Great - thank you! And yes, please squash them. Ok ! I'll squash them after the discussion. > Just to check, in the second commit, that swaps an error...

Ok ! I squashed my commits, the PR is ready to be merged