-
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 conta
-
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 th
-
๐ญ docker context (and an issue to question your sa...
Dang context can really cause you to pull your hair out. Context seems so freaking convenient, but I've avoided it and
-
๐ญ Add a healthcheck to your FastAPI app | Pype.dev
Nice example of adding a healthcheck to fastapi, and integrating it with docker. Don't forget to include curl in the in
-
๐ญ Introduction - bootc
bootc is the underlying technology that enables OS's like bazzite, and Aurora from the uBlue ecosystem.
-
๐ญ Production-ready Python Docker Containers with u...
Hynek has a sick dockerfile setup for using uv in python projects.
-
๐ญ distrobox/docs/usage/distrobox-assemble.md at ma...
This page is gold. It lays out all of the distrobox assemble api with some good examples of how to get access to thing
-
๐ญ add init hooks and exported bins ยท WaylonWalker/...
Today I learned that you can use inithooks to access host machine commands from inside a distrobox container. This is
-
๐ญ How Fly.io uses Docker (without Docker) - YouTub...
Docker no Docker, what!!! So fly.io uses Dockerfiles to deploy your app, but no docker. They use containerd to downlo
-
๐ญ Episode #323 Best practices for Docker in produc...
Great listen for anyone interested in productionizing python code with docker. Itamar brings up some Don't trust bas
-
๐ญ docker - Where does the convention of using /hea...
The convention of "z-pages" comes from google and reduces the likelihood of collisions with application endpoints and ke
-
๐ญ jesseduffield/lazydocker: The lazier way to mana...
I've been using this for a few weeks now and it's fantastic. It's reminds me of lazygit, it gives a nice quick interfac
-
๐ญ GitHub - wagoodman/dive: A tool for exploring ea...
Really cool tui to inspect docker imaages that runs with docker.
-
๐ญ Relocating the Docker root directory - IBM Docum...
A very straightforward guide to moving your docker data, such as container storage to a different location. In my case
-
๐ญ How to pull from images from docker.io with podm...
By default podman will not pull images from docker.io and will need setup. This guide worked for me.