-
💠Diun
Here's my thought on 💠Diun Diun, looks like a very interesting tool to monitor for image updates, it does not make any change, it only makes notifications.…
-
emoji in headless chrome in docker
I recently noticed that my og images were missing emoji. They were taken using headless chrome in a container. I fixed it by adding an emoji font in the containerfile / dockerfile. Before Here's what they were looking like with broken emoji fonts. image After And now with the fixed emoji font. image I put thought bubbles on my thoughts posts and stars on my github stars posts
-
postiz-file-upload
Today I learned that the docs in postiz are a bit behind, (fantastic docs btw, they are to the point, and cover almost all of what you need). The docs state that you need to include an R2 bucket to handle uploads. This issue shows that more work has been done, one of which is local storage. The compose file they use in the quick start has the required env variables to set this up. looking into my running instance I can see my images there.
-
💠docker context (and an issue to question your sa...
Here's my thought on 💠docker context (and an issue to question your sanity) | Pype.dev Dang context can really cause you to pull your hair out. Context…
-
💠Add a healthcheck to your FastAPI app | Pype.dev
Here's my thought on 💠Add a healthcheck to your FastAPI app | Pype.dev Nice example of adding a healthcheck to fastapi, and integrating it with docker.…
-
💠Introduction - bootc
Here's my thought on 💠Introduction - bootc bootc is the underlying technology that enables OS's like bazzite, and Aurora from the uBlue ecosystem. !!! note…
-
💠Production-ready Python Docker Containers with u...
Here's my thought on 💠Production-ready Python Docker Containers with uv Hynek has a sick dockerfile setup for using uv in python projects. !!! note This…
-
💠distrobox/docs/usage/distrobox-assemble.md at ma...
Here's my thought on 💠distrobox/docs/usage/distrobox-assemble.md at main · 89luca89/... This page is gold. It lays out all of the distrobox assemble api…
-
💠add init hooks and exported bins · WaylonWalker/...
Here's my thought on 💠add init hooks and exported bins · WaylonWalker/devtainer@2e4c6da Today I learned that you can use init_hooks to access host machine…
-
💠How Fly.io uses Docker (without Docker) - YouTub...
Here's my thought on 💠How Fly.io uses Docker (without Docker) - YouTube Docker no Docker, what!!! So fly.io uses Dockerfiles to deploy your app, but no…
-
💠Episode #323 Best practices for Docker in produc...
Here's my thought on 💠Episode #323 Best practices for Docker in production - [Talk P... Great listen for anyone interested in productionizing python code…
-
💠docker - Where does the convention of using /hea...
Here's my thought on 💠docker - Where does the convention of using /healthz for appli... The convention of "z-pages" comes from google and reduces the…
-
💠jesseduffield/lazydocker: The lazier way to mana...
Here's my thought on 💠jesseduffield/lazydocker: The lazier way to manage everything ... I've been using this for a few weeks now and it's fantastic. It's…
-
💠GitHub - wagoodman/dive: A tool for exploring ea...
Here's my thought on 💠GitHub - wagoodman/dive: A tool for exploring each layer in a ... Really cool tui to inspect docker imaages that runs with docker. !!!…
-
💠Relocating the Docker root directory - IBM Docum...
Here's my thought on 💠Relocating the Docker root directory - IBM Documentation A very straightforward guide to moving your docker data, such as container…
-
💠How to pull from images from docker.io with podm...
Here's my thought on 💠How to pull from images from docker.io with podman By default podman will not pull images from docker.io and will need setup. This…