Linux

Docker: How to figure out which overlay2 belongs to which container
Aug 19, 2024

Docker: How to figure out which overlay2 belongs to which container

How to figure out which overlay2 belongs to which container?

Categories: linux docker
Docker: Where did I start that container?
Jul 26, 2024

Docker: Where did I start that container?

How to figure out where you put those docker-compose.yml files

Categories: linux docker
Docker: quick setup of semi portable Immich installation
Mar 2, 2024

Docker: quick setup of semi portable Immich installation

How to quickly set up an Immich installation at home

Categories: linux docker immich
Docker: curl to exposed container port which is not published to the outside (Jitsi endpoint for counting sessions)
Feb 26, 2024

Docker: curl to exposed container port which is not published to the outside (Jitsi endpoint for counting sessions)

How to curl to jitsi prosody to count sessions, but also how to access non published tcp ports of a running container

Categories: linux docker
Sudo: sudo -iu without password
Jan 26, 2023

Sudo: sudo -iu without password

sudo -iu without password

Categories: linux sudo
Could not chdir to home directory
May 18, 2021

Could not chdir to home directory

I was at a customer's site the other day, and ran into an issue that I could not really understand.

Categories: Development Linux