Ryan Schlesinger
Ryan Schlesinger
I just shipped 8.1 with mongo 4.4.18. Works on my pi4.
This is a class of failure I've tried to understand over the years. I have _no_ idea what causes docker to request non-standard image archs.
I'm getting this error now!
It _seems_ like a classic vs buildkit issue.
I suppose the problem is setting the log level to `verbose` means I lose all of the other `debug` logging.
Works for me. We're already using the new elasticsearch gem and slowly letting it take over our project. :smile:
I got an error message that I was missing a shared library when I started playing with this today. The solution for me was to follow the instructions on the...
I'm using `acme-http01-webroot.lua` with `certbot`. The http-01 challenge is still supported in ACME v2 so I would assume this project would continue working. Did I miss something?
This has been open for nearly a year; any plans to make it a reality? I'm looking for a solution to recovery from a power outage where my dhcp server...
I just fixed this in our app this morning. Replace `sudo pip install docker-compose` with: ```yaml - curl -L https://github.com/docker/compose/releases/download/1.10.0/docker-compose-`uname -s`-`uname -m` > /home/ubuntu/bin/docker-compose - chmod +x /home/ubuntu/bin/docker-compose - docker-compose...