Tag: docker

PHP xDebug in Docker

This is a trashpost mostly used to store all the links I had in my tab. Also, I might need it again or it could help someone. There might me incomplete, missing or conflicting information below so take this with a grain of salt. Dockerfile Whatever you Dockerfile contents are, ad…

Tips for a rootless Docker on Arch with Ansible

There are a few pitfalls worth noting when using Ansible when the remote is an Arch machine. I know, a weird combination. It looks more and more like basically no-one uses Arch remote with Ansible. But hey, I like it, so learning (and documenting) a thing or two along the way mig…

Rootless Docker on Arch

Currently, using a rootless Docker on Arch can reasonable be divided into two approaches: stability and performance. With the stability, the choice is a LTS kernel and a fuse-overlayfs storage driver, while under performance a latest stable kernel is used alongside the latest wid…

Confusion with dashes and underscores

This issue is very strange. I still did not comprehend what happened exactly, but my brain tells me that somehow the docker-compose project changed it's automatic instance name generation from using hyphens to dashes. I do not want to go and replicate the issue right now on the l…

Upgrading Gitea to 1.15

The story from yesterday actually started by trying to upgrade Gitea from the 1.14 branch which I was running, precisely 1.14.7 by the time of writing, to the branch 1.15, or more precisely again, to the version 1.15.4. I postponed the upgrade to the 1.15 because even though Gite…