docker

Back Open Paginator
29.01.2026 06:05
admin (@admin@blog.dumango.com)

📸 Immich ist mein aktueller Favorit fürs Self-Hosting.

Open-Source Foto- & Video-Plattform, läuft sauber via Docker. Fühlt sich an wie Google Photos – nur ohne Cloud-Zwang & Tracking. Auto-Backup vom Smartphone, lokale Gesichtserkennung, schnelle Timeline.

Demo: demo.immich.app/auth/login
Login: demo@immich.app/demo

Code: github.com/immich-app/immich

Selfhosted done right.

#immich #opensource #selfhosting #docker #privacy #homelab





Show Original Post


29.01.2026 04:22
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

Dockge yêu cầu cấu hình thủ công thư mục stacks dù đã kết nối Docker socket! 😤 Người dùng thắc mắc tại sao không tự động detect đường dẫn mà buộc khai báo thủ công, gây phiền toái. #Dockge #Docker #CấuHình #SelfHosted #OpenSource #DevOps #QuảnTrịMáyChủ

reddit.com/r/selfhosted/commen




Show Original Post


28.01.2026 23:25
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

Tổng hợp Docker Compose cho Raspberry Pi 5: Giải trí (Jellyfin, Sonarr, Radarr, Prowlarr), tải xuống (qBittorrent), dashboard (Homepage, Glances, Watchtower). Bộ công cụ + .env + hướng dẫn nhanh tại GitHub. Mời góp ý để hoàn thiện!
#Docker #RaspberryPi #Jellyfin #TựĐộngHóa #qBittorrent

reddit.com/r/selfhosted/commen




Show Original Post


28.01.2026 23:15
robrich (@robrich@hachyderm.io)

docker.com/blog/mcp-servers-do - Comparing #Docker #MCP Server, #cagent, and #LangGraph. #Docker is definitely the easy button here. Nice article noting the nuances and benefits linkedin.com/in/mikegcoleman/.




Show Original Post


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

How to Install and Run #Docker Engine on #AlmaLinux VPS (5 Minute Quick-Start Guide) This article provides a guide for how to install and run Docker Engine on AlmaLinux VPS server.
Introduction
Docker is a powerful platform that allows you to create, deploy, and manage containerized applications with ease. If you're using AlmaLinux as your server OS, you might be wondering how to get Docker up and running efficiently. This guide ...
Continued 👉 blog.radwebhosting.com/how-to- #installguide #vpsguide





Show Original Post


28.01.2026 22:40
dzwiedziu (@dzwiedziu@mastodon.social)

docs have an “Ask a slop extruder” button…




Show Original Post


28.01.2026 22:02
saiki (@saiki@social.tchncs.de)

Docker und GPU Hardware Beschleunigung
.... Da waren sie wieder: Meine Probleme. Hatte ich bei jellyfin schon das problem. Wird wieder übelstes gefrickel.

#docker #frigate #gpu




Show Original Post


28.01.2026 21:20
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

Hiện có cách nào để loại trừ metadata và cache của Jellyfin khi dùng lệnh "yams backup"? Chúng chiếm 15GB trong bản sao lưu và dường như không cần thiết. Docs khuyên không chỉnh sửa docker-compose.yaml nên việc di chuyển cache ra khỏi /config gặp khó khăn. Nếu bạn dùng tar/yams để sao lưu, có thể add excludes vào lệnh.
#YAMS #Backup #Jellyfin #SelfHosted #Linux #Docker #SaoLuu #QuanLyDữLiệu

reddit.com/r/selfhosted/commen




Show Original Post


28.01.2026 20:37
podfeet (@podfeet@chaos.social)

This episode of #ProgrammingByStealth is a Tidbit written/taught by Helma van der Linden. @bart wanted to understand Docker better, and Helma has some great use cases for how to use it for developer setups, so it was a good opportunity for Bart to learn from Helma.

The material is quite long, so the podcast was recorded in 2 segments, Tidbit 17a and b. Tidbit b will be along shortly, and picks up at the heading entitled "Reusing the Docker image".

pbs.bartificer.net/tidbit17

#Docker #Programming




Show Original Post


28.01.2026 20:27
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

autossh-tunnel-dockerized v2.0.0 ra mắt với giao diện Web, CLI và API - tiện ích quản lý SSH tunnel qua Docker. Cập nhật mới bao gồm bảng điều khiển Web hỗ trợ 9 ngôn ngữ, công cụ CLI và API RESTful để tích hợp. Người dùng có thể điều khiển từng tunnel riêng lẻ mà không ảnh hưởng đến các tunnel khác. Bộ công cụ giúp duy trì kết nối SSH ổn định, dễ tùy chỉnh. Thích hợp cho hệ thống tự lưu trữ (self-hosted).

#autossh #Docker #OpenSource #WebPanel #CLI #API #SelfHosted #CôngNghệMở #TựĐộngHoa

ht




Show Original Post


28.01.2026 20:17
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

The error "ECONNREFUSED 127.0.0.1:11434" occurs because the Docker container (mcp-server) can't connect to the Ollama service. Ensure Ollama is running by checking Docker logs and verify the service name (`ollama`) is used instead of `localhost/127.0.0.1`. Add `depends_on: - ollama` to the mcp-server in `docker-compose.yml` to wait for Ollama to start. Confirm the model `gemma3` is installed. Use correct network via `app-network`.

#AI #Docker #Ollama #Chatbot #LỗiKếtNối #DockerCompose #Gemma3 #




Show Original Post


28.01.2026 19:36
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

🚀 Bạn mới dùng Ollama + Gemma3 trong Docker và gặp lỗi `ECONNREFUSED 127.0.0.1:11434` khi gọi API?
🔹 Đảm bảo service Ollama nằm cùng network `app-network` và dùng hostname `ollama` thay vì `127.0.0.1`.
🔹 Kiểm tra `docker-compose.yml`: `OLLAMA_API_URL: http://ollama:11434` và healthcheck cho Ollama.
🔹 Khởi động lại containers, rồi thử lại request `/chat`.

#Ollama #Docker #LLM #Chatbot #NodeJS #CôngNghệ #LậpTrình

reddit.com/r/ollama/comments/1




Show Original Post


1 ...118 119 120 121 122 123 124 125 126 127 128 ...439
UP