docker

Back Open Paginator
09.02.2026 19:11
TeXhackse (@TeXhackse@chaos.social)

The #TeXLive 2026 pretest has started. I activated the pretest builds within our #IslandOfTeX #docker images yesterday.

So in case you want to help testing wthout killing/replacing your local installation feel free to use those. e.g. the full image is available via:

registry.gitlab.com/islandoftex/images/texlive:pretest-full

Rebuild will happen daily to keep you up to date.
Thanks for helping!

#TeXLaTeX

More Information on the pretest can be found at tug.org/texlive/pretest.html




Show Original Post


09.02.2026 19:05
incentive (@incentive@mastodon.circlewithadot.net)

On production machines I rarely touch root space with containers. I tend to keep as much in user as humanly possible in order to keep root mostly safe- even running a lot of systemd services as user.

I've noticed a lot of projects assume root being used (i.e. /srv) and expect root ownership, leading to a total permissions hellscape if you're from an opposite perspective.

My question is what causes a project to decide on root vs user?

#linux #sysadmin #docker




Show Original Post


09.02.2026 18:42
r (@r@fed.brid.gy)

OpenClaw me alucina

fed.brid.gy/r/https://javipas.





Show Original Post


09.02.2026 18:35
amah_codes (@amah_codes@techhub.social)

Hi All! I started posting my data engineering learning journey and thought it would be great share here as well!

🚀 Week 3 of Data Engineering Zoomcamp by DataTalksClub complete! I'm really enjoying how hands on and practical the course is so far!

This week I focused on data warehousing with #Google #BigQuery. Coming from the world of #Microsoft Azure, it was a great experience to get familiar with BigQuery's serverless architecture and how it manages and processes big data at scale. Here's what I learned:

✅️ Created external tables from GCS bucket data sources (CSV/Parquet)
✅️ Use partitioning/clustering to save on cost & enhance speed of processing SQL queries
✅️ Used both #Docker & #Kestra to orchestrate the extraction, transfer, and loading 20+ million NYC taxi data at scale into a GCS bucket
✅️ Understand the advantages of columnar storage and query optimization

Check out my work here: lnkd.in/gUdsuTTw

#googlecloud #dataengineering #microsoft #cloud #bigdata #dataanalytics #fedihire #linux #data




Show Original Post


09.02.2026 14:00
isaacrlevin (@isaacrlevin@fosstodon.org)

Transform your .NET applications by containerizing them without a Dockerfile. Simplify your workflow and boost efficiency with this innovative approach. #dotnet #docker

isaacl.dev/g0s




Show Original Post


09.02.2026 13:42
hund (@hund@gts.linuxkompis.se)

I would like to self-host Nextcloud, preferable via Docker, but Docker is stupidly complicated.

While it's simple to setup, it's basically impossible to backup the data.

Why the **** did they design it so poorly?

#Docker #Nextcloud




Show Original Post


09.02.2026 12:35
blog (@blog@m.danq.me)

Content warning:Note: Syncthing on Unraid: repairing malformed database disk image


Mostly as a note to myself, but here's what to do if you're running linuxserver/syncthing via Docker on Unraid and it keeps saying:
ERR Database error when getting previous version (error="getkv: database disk image is malformed (11)" log.pkg=syncthing)

The problem is that Syncthing's index has been corrupted. I was able to fix it by getting a shell into the relevant Docker container and moving the index: Syncthing detected it as absent and re-created it, re-indexing everything. Here's what I did:
docker exec -it syncthing bash
mv /config/index-v2 /config/index-v2-BROKEN
Read more: danq.me/2026/02/09/syncthing-o

#note #docker #syncthing #unraid




Show Original Post


09.02.2026 11:37
navidrome-meine-mp3-halde (@navidrome-meine-mp3-halde@bln41.de)
Navidrome – meine MP3-Halde

Bis vor Kurzem hatte ich meine #unterwegs Musikberieselung überwiegend mit der iCloud und der etwas unhandlichen iOS App Foobar2000 realisiert. Dann las ich den voll schnaften Internetz-Beitrag Navidrome – mein eigenes Spotify von Herrn Montag und war quasi instant interessiert.

Also Vollgas mit Docker Compose:

services:
  navidrome:
    image: deluan/navidrome:latest
    user: 0:0 # should be owner of volumes
    ports:
      - "4533:4533"
    restart: unless-stopped
    environment:
      # Optional: put your config options customization here. Examples:
      # ND_LOGLEVEL: debug
      ND_DEVACTIVITYPANEL: "false" #Problemloeser fĂĽr Safari MacOS
    volumes:
      - "./data:/data"
      - "./music:/music:ro"

Danach noch eine Domain raufgedengelt, https zertifiziert und fertig war die eigene Streamingbutze. Als Einstieg habe ich ca. 20 Alben raufgeschmissen, die eigentlich sofort einsetzbar waren. Die Web-App sieht richtig nice und aufgeräumt aus. Na dann: #uffjedreht.

Aber die Freude war nur von kurzer Dauer, denn Navidrome stellte nach einigen Songs die Wiedergabe auf Safari (macOS) ein. Eine kurze Internetzrecherche fand den Schuldigen aka OGG und holte drei Vorschläge hervor, de ich alle sofort umsetzte:

Und? Läuft!

Für #unterwegs habe ich mich für die iOS App Arpeggi entschieden, die momentan nur über Testflight erhältlich ist. Auch sehr knorke!

Zur Zeit habe ich 182 Alben mit 2.596 Songs in der Bibliothek und Navidrome läuft voll geschmeidig. Hamma!

Danke Jan und danke #uberblogr IRC!

bln41.de/navidrome-meine-mp3-h



Show Original Post


08.02.2026 23:00
admin (@admin@mastodon.raddemo.host)

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 👉 blog.radwebhosting.com/7-quick #vpsguide





Show Original Post


08.02.2026 18:33
cdalvaro (@cdalvaro@fosstodon.org)

:saltstack: :docker: New Salt Releases: 3007.12 and 3006.20 are out! 🎉

Easily test and manage your Salt setups in a clean Docker container:

docker pull ghcr.io/cdalvaro/docker-salt-master:latest

đź”§ Includes Salt API, production-ready config & more.
📚 Docs & usage examples.
đź’¬ Feedback and PRs are welcome!

github.com/cdalvaro/docker-sal

Built for the community. Maintained with ❤️ by @cdalvaro

#SaltProject #SaltStack #DevOps #Docker #Containers #SaltAPI #Automation #IoT #Puppet




Show Original Post


08.02.2026 14:51
vansari (@vansari@phpc.social)

Wir arbeiten mit mehr als 10 Services in einem kubernetes Cluster die untereinander mit verschiedenen Services verbunden sind.

Unsere Systemlandschaft wird nun komplett umgebaut auf containerisierte Entwicklung und lokal stellen wir auf traefik um.

Wie testet ihr lokal eure Services ?!
Welche Systeme setzt ihr ein, um euren Developern die maximale DX zu ermöglichen?

#PHP #K8S #traefik #Docker

PS: wir suchen noch erfahrene Senior Backend Entwickler im Bereich PHP / Symfony




Show Original Post


08.02.2026 13:59
h03k (@h03k@mastodon.social)

0ut3r.space/2026/02/08/reconft




Show Original Post


1 ...100 101 102 103 104 105 106 107 108 109 110 ...438
UP