Nueva entrada en la web: "Gestión documental con Paperless-ngx y #docker "
https://www.ochobitshacenunbyte.com/2026/02/05/gestion-documental-con-paperless-ngx-y-docker/
New blog post: Running rootless Docker on a Proxmox unprivileged LXC https://digitallyrefined.github.io/guides/PVE-unprivileged-LXC-rootless-containers #proxmox #LXC #selfhosting #docker #containers
1/3 🐳 Docker IPv6 Networking Quick Guide:
CIDR: Notation showing network size (/64 = 2^64 addresses!)
Gateway: Network exit point (::1) - how containers reach the host/Internet
IPAM: IP Address Management - Docker's subnet allocation system
Subnet: Address range (e.g., fdXX:XXXX:XXXX:XXXX::/64)
ULA: Unique Local Address (fd00::/8) - private IPv6 like 192.168.x.x for IPv4
#Docker #IPv6 #Networking #DevOps
Nuovo video del mio corso #Docker online! Finalmente mettiamo mano al nostro primo container!
7 Quick Steps for Managing #Docker Containers on #Debian VPS Servers
This guide provides 7 quick steps for managing Docker containers on Debian VPS servers. It is designed for system administrators and developers who are familiar with basic Linux commands and concepts.
7 Quick Steps for Managing Docker Containers on Debian VPS Servers
Docker has revolutionized the software development industry by making it possible to package applications ...
Continued 👉 https://blog.radwebhosting.com/7-quick-steps-for-managing-docker-containers-on-debian-vps-servers/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #vpsguide

7 Quick Steps for Managing #Docker Containers on #Debian VPS Servers
This guide provides 7 quick steps for managing Docker containers on Debian VPS servers. It is designed for system administrators and developers who are familiar with basic Linux commands and concepts.
7 Quick Steps for Managing Docker Containers on Debian VPS Servers
Docker has revolutionized the software development industry by making it possible to package applications ...
Continued 👉 https://blog.radwebhosting.com/7-quick-steps-for-managing-docker-containers-on-debian-vps-servers/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #vpsguide

https://docs.docker.com/build/policies - #Docker build policies written in #Rego validate #container build conditions and fail if not met. Just put a Dockerfile.rego next to the Dockerfile (or {filename}.rego to match Dockerfile location) and it'll pick it up. No build flags necessary.
When running #NightScout in a #docker container on a #linux server, everything seems to be working ok (?)… but the corresponding #tconnectsync container continuously runs/exits/repeats every 5-10 seconds. That seems… excessive.
The logs show everything is fine (I think) but it’s also not uploading data to Nightscout consistently - it shows there are some boluses in the queue but they aren’t appearing in the Nightscout UI or treatments json 🤷♂️
#T1D #Type1Diabetes #Diabetes #DiabeticProblems
Mein Ausflug zu einem eigenen VPS Server:
✅ VPN-Gateway erzeugt
✅ Server-Lockdown abgeschlossen
✅ Split-DNS eingerichtet
✅ Reverse Proxy Architektur angelegt
✅ Docker Netzwerk sauber getrennt
✅ Dienste intern geroutet
✅ Hardening begonnen
Somit kann ich meine Installation mit #Passbolt in der Cloud starten und bis zum Wochenende die ersten Tests durchführen. #VPS #VPN #WireGuard #Docker #Selfhosting
Neat tool that lets you convert docker-compose.yml files to Podman quadlets.
https://giacomo.coletto.io/blog/podman-podlet/
#podman #containers #oci #FOSS #Linux #docker
Anyone following me that uses WUD? I used to use watchtower, but apparently that was abandoned and it's no longer compatible with the recent docker update. So I went searching around and WUD appears to be the tool to use, but I'll be damned if I can wrap my head around the config..
#docker #devops #watchtower #wud
Been reading a bit more on #sprites from #flyio and #Docker Sandboxes.
The gist is trying to isolate as much as possible. So you can run insecure workloads on these environments. Which is usually agentic by default.
Though, for secure workloads, they still make no sense. 😅