Forgejo: Running Playwright Tests On Docker Container

Playwright does not support non-Debian Linux distributions directly, so I created a container to run only Forgejo test cases, mounting the directory instead of copying it.

September 16, 2025 · 2 min · Yashwanth Rathakrishnan

Rules Conflicts Between Firewalld & Iptables in Docker

An overview of conflicts between iptables and firewalld in Docker containers.

August 4, 2025 · 3 min

Fix: Access `docker` without sudo

Why this occurs? I don’t whether it’s happening to everyone, but whenever I try to install docker I always end up facing an issue, which won’t let me use docker unless I use sudo while executing the docker commands. Why it’s occurs? Well, it’s because the permission denied when you are trying to connect with the docker daemon socket at unix://var/run/docker.sock. (you will also see an error similar to this. ...

February 1, 2025