jamshid

Results 49 comments of jamshid

FWIW I'm not sure `MaxSessions` (or `MaxStartups`) on the remote server actually helps. I was still getting this error using the docker-compose V2.15 client on ubuntu 20 to DOCKER_HOST=ssh://ubuntu22-server, latest...

TIP: This is a pretty limiting bug and older versions are not available on macOS brew. To workaround it try: `docker run -ti -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive:v0.10.0 IMAGE:TAG` Btw it doesn't...

Any idea what's going on? Also frequently crashing on my **M2** MacBook Air after upgrade to **Ventura** and after Reset. Tried turning off the Beta feature Use the New Virtualization...

Is this because a `docker login` is required to avoid some rate limiting issue from docker hub? Or is it a fluke? Either way it's not great for giving people...

Yes please stop disabling ldap support in the images on https://hub.docker.com/r/curlimages/curl. Or maybe add an image with a "full-*" tag that contains it. LDAP is old but still widely used...

It's fine I don't really need AWSV2 sigs. I was just testing it because Cyberduck failed same way against an S3-compatible system and I thought there was a V2 bug...

I'm sure you know but anonymous volume can also be declared in compose.yml, not just a Dockerfile VOLUME. IMO this is a big missing feature of docker compose. There are...

Sorry I don't know this stuff well... but is https://github.com/docker/vpnkit another way that I can get what I want? Instead of `docker network route` how about `docker network setupvpnfor `,...

Agreed it would be great if an official hub.docker.com image was maintained. I've been using https://hub.docker.com/r/langrisha/npm-lazy (https://github.com/langri-sha/npm_lazy/) but it hasn't been updated since 1.11.0.

Hmm that blog article was deleted, here is a snapshot: https://web.archive.org/web/20180623203616/https://www.haproxy.com/blog/lets-encrypt-acme2-for-haproxy/ It seems to reference this github project but that plugin might not be working with latest letsencrypt (https://github.com/haproxytech/haproxy-lua-acme/issues/5) ?...