docker

Back Open Paginator
25.01.2026 12:51
tekguru (@tekguru@social.vivaldi.net)

Now I use #Tailscale to gain access to my NAS systems I've now looked at improving web search security. I've been using the MAAPL web search engine for a while, which acts as a front end for the #SearXNG system.

To improve that further I now don't use MAAPL at all, but host my own SearXNG search engine on the NAS. Easy enough to do:
• Reinstalled Docker / Container Manager (even though I'm not a fan of it)
• Installed the SearXNG container
• Reconfigured the NAS Firewall to allow #Docker to access the web
• Replaced the IP address based search page with my Tailscale domain
• Put my search engine query page in place in Brave / Vivaldi 
And as simple as that I can access my private search engine from any of my Tailscale enabled devices.





Show Original Post


25.01.2026 12:14
ros (@ros@techhub.social)

LLM Development Ecosystem: Backends, Frontends & RAG
Comprehensive guide/set of articles about building production-ready LLM applications.
Exploring LLM hosting solutions (Ollama, Docker Model Runner, cloud providers),
client implementations in Python and Go,
RAG architectures, vector stores, embeddings,
MCP servers, and practical deployment strategies:
glukhov.au/posts/2026/llm-deve
#llm #ai #python #go #golang #ollama #rag #mcp #docker #selfhosting #devops #coding #dev #devops




Show Original Post


25.01.2026 10:12
habr (@habr@zhub.link)

Второй уровень автономности ИИ: агент сам управляет облаком и администрирует ВМ по SSH

Я решил проверить следующий уровень — может ли ИИ не советовать, а выполнять действия сам. В этом эксперименте ИИ: управлял Yandex Cloud через yc сам создавал ВМ и Managed PostgreSQL сам подключался по SSH к ВМ администрировал сервер поднимал WordPress в Docker и подключал его к базе, созданной в облаке Без Terraform. Без Ansible. Без ручного выполнения команд человеком. Это не туториал и не реклама. Это практическое исследование второго уровня автономности ИИ , где агент реально работает в инфраструктуре, а человек остаётся в контуре управления.

habr.com/ru/articles/988644/

#автономный_ИИ #SSH #DevOps #Docker #Yandex_Cloud #WordPress #PostgreSQL #автоматизация_инфраструктуры #AI_агент




Show Original Post


25.01.2026 10:05
objects (@objects@alceawis.com)
Lets install #Docker , cause I'm in a bad #mood .

Can't get any worse really.

And I hate Docker.
Thats how things are rn.
Only #NodeJS gives me even badder mood :popukoStrongshy:

#repost •acws #acws



Show Original Post


25.01.2026 09:55
jean_dupont (@jean_dupont@mastodon.social)

Removing for static website in favor of brought deployment time from 3minutes to 3seconds 🫡




Show Original Post


25.01.2026 05:28
jelloeater (@jelloeater@mastodon.social)

eclipsesource.com/blogs/2026/0

eclipsesource.com/blogs/2026/0




Show Original Post


25.01.2026 01:16
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

Dropzone File Explorer v1.0 đã có Docker image chính thức! Ứng dụng duyệt file kéo‑thả, tải lên chunked (hỗ trợ file lớn), chỉnh sửa văn bản, xem trước media và chia sẻ link. Hỗ trợ admin, người dùng đa dạng, dữ liệu lưu bền qua cập nhật. Image đa kiến trúc (arm64, amd64) chạy trên Raspberry Pi, Apple Silicon. #Docker #Selfhosted #FileExplorer #Dropzone #OpenSource #Docker #TựChủ #TrìnhDuyệtTậpTin #MãNguồnMở

reddit.com/r/selfhosted/commen




Show Original Post


25.01.2026 00:18
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

Dropzone File Explorer V1.0 ra mắt với hỗ trợ Docker! Quản lý file dễ dàng với kéo-thả, tải lên từng phần, xem trước media, sửa file văn bản trực tiếp và chia sẻ liên kết. Tích hợp sẵn giao diện quản trị, tạo user, lưu trữ bền vững và tương thích với reverse proxy. Có sẵn image Docker (arm64/amd64), phù hợp Raspberry Pi, Apple Silicon. #selfhosted #fileexplorer #docker #DropzoneFileExplorer #quản_lý_tệp_tin #máy_chủ_tự_hosting

reddit.com/r/selfhosted/commen




Show Original Post


24.01.2026 21:25
docker (@docker@techhub.social)

Making the Most of Your Docker Hardened Images Enterprise Trial – Part 2
#Docker #Products

docker.com/blog/making-the-mos




Show Original Post


24.01.2026 19:25
poddingue (@poddingue@mastodon.online)

AMD dropped ROCm support for Radeon VII (gfx906) at v6.2.4. I wanted to run local LLMs on it anyway.

Found a community-maintained image on r/LocalLLaMA that packages ROCm 7.1 with llama.cpp for gfx906. One docker pull later, I had llama.cpp + Ollama + Qdrant + Open WebUI running on "unsupported" hardware.

Docker Hub is a library of solved problems.

Full story: bit.ly/4pTk3zf

#Docker #DockerCaptain #LocalLLM #AMD #ROCm #OpenSource #SelfHosted #MachineLearning




Show Original Post


24.01.2026 19:10
mcichon (@mcichon@mastodon.social)

Kicking off 2026 with a reading list focused on understanding how things work, not just using them. 📚
I’m revisiting Python internals, exploring Linux under the hood, digging into Docker beyond Dockerfile snippets, and even building a large language model from scratch.
Curious? Check out the full list here:
michalcichon.github.io/notes/2




Show Original Post


24.01.2026 18:12
mjg (@mjg@mastodon.phoenixtrap.com)

Ended up kicking Docker Hardened Images to the curb.

The good folks at #Docker decided to update their #Redis image to use a distro-less start (no shell, no other utilities) *without changing the image tag*.

So when I started up my #Mastodon server after an upgrade, my customization script wouldn’t run in the container and I had to scramble to find an alternative.

Basically, they broke the contract of immutable image version tags. Won’t trust them again, even if it did harden #security further.

So this server is back to a good ol’ upstream #PostgreSQL image on #AlpineLinux. And #Valkey on #Alpine, too, because Redis Ltd..’s software licensing shenanigans are sketchy.

#DHI #PlatformEngineering #DevOps #containers #MastoAdmin




Show Original Post


1 ...127 128 129 130 131 132 133 134 135 136 137 ...439
UP