🎉 New I2Pd software release available: v2.57.0 - I2Pd is an official version of @i2p
#diva is also reseed service provider for the #I2P network and is publishing #docker container versions of I2P (and also #tor). diva is also in 2025 a sponsored #OSS partner of docker.
Github #i2pd v2.57.0: https://github.com/diva-exchange/i2p
Docker: https://hub.docker.com/r/divax/i2p

Y si queréis adaptar un #XAMPP para #Docker en #Podman sobre #Fedora, podéis ejecutar lo siguiente:
podman run --name xampp -p 2222:22 -p 8080:80 -d -v /ruta/dentro/de/tu/directorio/personal:/www:z docker.io/tomsik68/xampp
Estoy experimentando con el CMS #Ghost. Si queréis instalar el contenedor #Docker sobre #Podman en #Fedora, este es el comando que mejor me ha ido hasta ahora:
podman run -d --name nombre-contenedor --userns=keep-id -e NODE_ENV=development -e url=http://localhost:3001 -p 3001:2368 -v /ruta/dentro/de/tu/directorio/personal:/var/lib/ghost/content:Z docker.io/ghost
Actualizados los apuntes de Traefik para Traefik V3
Podríamos decir que es la entrega 1bis de mis "Apuntes de instalación de un VPS"
https://comacero.com/posts/notes_traefikv3/
#selfhosted #docker #traefik #traefikv3 #vps
Primera entrega de mis "Apuntes de instalación de un VPS". Yo estoy usando un VPS en Contabo, Pero la mayor parte del documento vale para cualquier proveedor. Y si queréis hacer la prueba con cualquier VPS que os deje instalar Debian 12 debería valer.
https://comacero.eu/posts/notes_contabo/
#selfhosted #firewall #fail2ban #zsh #docker
"Error: device cgroup rules are not supported in rootless mode or in a user namespace"
Why are you like this, #podman? I need #Resolve to be able to access the dongle but it wouldn't show up before so I tried to do a thing in the runner script to get the dongle into a cgroup. Trying #Docker now.
9️⃣ Generating Multi-Architecture Docker Images Made Easy (2020-05)
#Docker (and therefore #Kubernetes) images are a versatile, high-level way of providing service and application abstraction. To some extent, it is platform-independent. However, it is not automatically processor-independent. Creating multi-architecture docker images is easier than what you think; using them is trivial (i.e., automatic).
Here my experiences for adding that to a few projects:
https://netfuture.ch/2020/05/multi-arch-docker-image-easy/
I guess I missed doing a short #introduction 😂
I’m a dad of a little son living in #Kerken, Germany 🇩🇪. As an engineer at the International IT of ALDI South I’m helping a lot of teams with automation, CI/CD etc. In former roles I worked as Cloud Solution Architect (#AWS) and #smalltalk developer/SA.
Besides #exploring the world with my family, I like creating stuff with computers, doing #selfhosting, #virtualization using #proxmox, #docker etc.
Currently I’m deeply into #mastodon 🎉
So i guess an #introduction is the thing to do. I'm a software developer with heavy focus on Java, i work at https://atexxi.ch which i co-founded, using https://strolch.li on a #RaspberryPi to communicate with our servers to try and lessen nurses burden on drug logistics.
I've been using Linux as my daily driver for over a decade, do some gaming, and love setting up infrastructure like #docker #Mastodon #Proxmox #gitea etc.
I suppose I'll introduce myself too.
Born in 1962 in rural southwest NYS, studied computer science in college, worked 1984-2009 for a big company, came to #RTP NC in 1997. I've been doing contract work lately and these days am deep into #Python, #Docker, #Ansible, #Packer, #Linux, #Jenkins, etc in what's essentially a long-term contract.
Outside work, I love music/concerts (#prog, #indierock, etc), some tv/movies, #cats, #kayaking (calm lakes), #puzzles.
Czym naprawdę są kontenery
Prawdopodobnie każdy zainteresowany jakkolwiek tematami IT słyszał już o czymś takim jak kontenery i od razu wie, że chodzi o takie rzeczy jak docker albo kubernetes. Wiadomo, że są obrazy w repozytoriach i można je łatwo pobierać i instalować.
Kontenery przedstawiane są jako lekkie maszyny wirtualne. Taka wirtualka, która nie marnuje RAM-u na utrzymywanie całego systemu operacyjnego gościa – kilka takich “wirtualek” (kontenerów) współdzieli system operacyjny, ale zapewnia separację dla uruchamianych wewnątrz procesów.
Oprogramowanie takie jak docker (zwłaszcza z jego modułem swarm) oraz kubernetes, to całkiem spore kombajny robiące mnóstwo rzeczy, których zakres funkcjonalności przekracza znacznie sam temat uruchamiania kontenera. Do tego obrosły jeszcze w cała gamę narzędzi, które wspierają administratora (lub developera) w procesach wdrażania, monitorowania i zarządzania usługami. Powstały również rozwiązania dla systemów innych niż Linux, np. Docker Desktop dla Windows, czy też jego odpowiednik dla urządzeń Apple'a.
Internet pełen jest artykułów, poradników, prezentacji etc. opisujących zalety konteneryzacji i ogólnie są to bardzo przydatne materiały, ale przy okazji każdej technologii dobrze jest (czasem) wiedzieć czym ona naprawdę jest i jak działa. Taka wiedza przydaje się zwłaszcza, gdy coś przestanie działać i żaden “wizard” i “kreator” nie wiedzieć czemu akurat nie potrafi pomóc.
Czym zatem jest naprawdę kontener i co dzieje się pod tymi wszystkimi warstwami skądinąd bardzo przydatnych narzędzi? [...]
https://baal.ar76.eu/arek/czym-naprawde-sa-kontenery