ben-auo
ben-auo
> Before the change it worked the first time when running it (after podman system reset)? After running podman system reset and using the 0.8 version, the `bake image` command...
Sorry for the confusion. Perhaps this will be clearer: `silitics/rugix/v0.8/bakery/run-bakery` : can run bake image after podman system reset but then not bake bundle due to 'volume with name rugix-build-cache...
Docker appears to work fine with `silitics/rugix/v0.8/bakery/run-bakery` ``` for pkg in docker.io docker-doc docker-compose docker-ce podman-docker podman-desktop containerd runc; do sudo apt-get remove $pkg; done sudo apt-get autoremove sudo rm...
FYI, https://github.com/relekang/coredns-blocklist/releases/tag/v1.12.0 now allows for the use of `REFUSED` as a response
@0xERR0R , thoughts? I'm also getting this error on the latest Blocky 0.24 release: ``` [2024-10-02 01:06:36] WARN list_cache: parse error: line 4: 3 errors occurred: * invalid domain name:...
Perhaps explode the blocklist row if CIDR is detected, like https://github.com/shoxxdj/ipl/blob/main/main.go
Admittedly, my test monitor is a wonky 5:4 aspect ratio: [HP LP1965](https://www.nts.nl/site/html/modules/pdf/lp1965.pdf). My device is a [Morefine M6S N100](https://www.amazon.com/MOREFINE-Computer-Windows-Support-Charging/dp/B0CFV61DJS). Here's the behavior: 1. Create vanilla gokrazy instance via USB thumb...
Many IoT devices don't have the compute/memory resources to run a full Docker/Podman stack.
Over-the-Air updates with safe rollback
Small IoT devices can still run small Linux distros, like Alpine Linux, with shells. Then you just run `runc exec -t -u 0 $FULL_CONTAINER_ID sh`