#docker — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #docker, aggregated by home.social.
-
docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers
-
I hope everyone had a wonderful Father's Day, despite the bad weather here in Germany. I spent most of the day with my family, but I also managed to write a short article about switching from GitHub to a self-hosted Gitea environment. Happy to share it with you.
https://ztfr.eu/how-to-switch-from-github-to-gitea/
#selfhosting #docker #gitea #github #how-to -
I hope everyone had a wonderful Father's Day, despite the bad weather here in Germany. I spent most of the day with my family, but I also managed to write a short article about switching from GitHub to a self-hosted Gitea environment. Happy to share it with you.
https://ztfr.eu/how-to-switch-from-github-to-gitea/
#selfhosting #docker #gitea #github #how-to -
Yes, I'm late to the party, I know. But right now, I feel like a king: I have created my first usable container image from scratch and published both the source and resulting image on my own Forgejo server 😎
From now on, I can install a complete OpenLDAP server with only one command. This is only version 0.0.1 and needs more work to be useful for others, but it's a foundation on which I can build. Next step is to create my own schema file, because why not. I have special needs, so to speak 😏
This LDAP server will be the source of truth for the Authentik server that follows, and the set of containers that will form a complete e-mail environment with all bells and whistles you can think of, and let's not forget Nextcloud, PowerDNS and Hubzilla.
It's almost time to say goodbye to my old server that has all software manually installed, and move to a modern setup where everything comes in its own container(s) and automatically plugs itself into Træfik, my reverse proxy.
I'm a happy self-hoster 😎
#selfhosting #DigitalAutonomy #Docker #OpenLDAP #Forgejo #PowerDNS #Hubzilla #Traefik #Nextcloud -
502 bad gateway in magento , docker exec -it magento-php netstat -tulnp | grep 9000 not showing anything #docker #nginx #localhost #magento
-
Отказоустойчивый запуск WSGI приложения. Обзор архитектуры Gunicorn
Gunicorn кажется простым, пока не сталкиваешься с эксплуатацией: внезапные ошибки 502, зависшие воркеры и странное поведение при перезапусках. За этими симптомами стоят вполне конкретные причины — от медленных клиентов и отсутствия буферизации до особенностей реализации GThread и механики Graceful Shutdown. В этой статье разберём реальные сценарии отказов, посмотрим, как менялась архитектура GThread в разных версиях Gunicorn, и соберём практичную конфигурацию с Nginx, Docker и Kubernetes, которая ведёт себя предсказуемо под нагрузкой.
https://habr.com/ru/companies/domclick/articles/882042/
#python #gunicorn #wsgi #prefork #gthread #graceful_shutdown #keepalive #nginx #docker
-
Отказоустойчивый запуск WSGI приложения. Обзор архитектуры Gunicorn
Gunicorn кажется простым, пока не сталкиваешься с эксплуатацией: внезапные ошибки 502, зависшие воркеры и странное поведение при перезапусках. За этими симптомами стоят вполне конкретные причины — от медленных клиентов и отсутствия буферизации до особенностей реализации GThread и механики Graceful Shutdown. В этой статье разберём реальные сценарии отказов, посмотрим, как менялась архитектура GThread в разных версиях Gunicorn, и соберём практичную конфигурацию с Nginx, Docker и Kubernetes, которая ведёт себя предсказуемо под нагрузкой.
https://habr.com/ru/companies/domclick/articles/882042/
#python #gunicorn #wsgi #prefork #gthread #graceful_shutdown #keepalive #nginx #docker
-
Blog - Shared Postgres Test Container with Expecto in FSharp
-
Blog - Shared Postgres Test Container with Expecto in FSharp
I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.
-
Blog - Shared Postgres Test Container with Expecto in FSharp
I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.
-
Blog - Shared Postgres Test Container with Expecto in FSharp
I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.
-
Blog - Shared Postgres Test Container with Expecto in FSharp
I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.
-
Blog - Shared Postgres Test Container with Expecto in FSharp
-
I've self-hosted my own #Forgejo server for a while now and it's been such a freaking delight to work with, and gives me some relief that my code/#Git repos have a place outside of #GitHub. When I started this however, I couldn't fully migrate everything I had to Forgejo - as some were still tied to GitHub's actions and their hosted runners. Before I could migrate them, I'd need to set up runners of my own on the Forgejo server.
Seeing GitHub's rapid deterioration lately, I resumed my search on setting up runners on Forgejo the right way, and was initially under the impression that it's gonna be complicated... but as it turns out, it really isn't. I set up a simple runner on a remote #RaspberryPi I had using #Docker (Compose) and it was ready to go. Porting my actions/workflows files were super easy too, unlike doing the same for something like #GitLab. Now all of my repos that were on GitHub and had some CI/CD set up have been migrated to my Forgejo server, using my own runners.
I've updated my #Homelab Wiki topic on Forgejo to include the optional step to set up a Forgejo runner. If you're now only considering deploying Forgejo, feel free to check out the rest of the topic which covers the complete setup, some basic recommended configurations, and even how to migrate your repos to Forgejo and set up push mirroring so they still exist on GitHub (if you choose to).
🔗 https://github.com/irfanhakim-as/homelab-wiki/blob/master/topics/forgejo.md#forgejo-runner -
@h0g3R @staticvoid Wozu genau ist netbird da? Hab meine VPS mit Wireguard verbunden, von Komodo überwachen lassen und Authelia für SSO. Bin bisher zufrieden, lerna aber gern dazu. #docker #komodo #Wireguard
-
@h0g3R @staticvoid Wozu genau ist netbird da? Hab meine VPS mit Wireguard verbunden, von Komodo überwachen lassen und Authelia für SSO. Bin bisher zufrieden, lerna aber gern dazu. #docker #komodo #Wireguard
-
@h0g3R @staticvoid Wozu genau ist netbird da? Hab meine VPS mit Wireguard verbunden, von Komodo überwachen lassen und Authelia für SSO. Bin bisher zufrieden, lerna aber gern dazu. #docker #komodo #Wireguard
-
@h0g3R @staticvoid Wozu genau ist netbird da? Hab meine VPS mit Wireguard verbunden, von Komodo überwachen lassen und Authelia für SSO. Bin bisher zufrieden, lerna aber gern dazu. #docker #komodo #Wireguard
-
@h0g3R @staticvoid Wozu genau ist netbird da? Hab meine VPS mit Wireguard verbunden, von Komodo überwachen lassen und Authelia für SSO. Bin bisher zufrieden, lerna aber gern dazu. #docker #komodo #Wireguard
-
🚀 How to Deploy #Supabase on #AlmaLinux #VPS (Production-Ready Guide)
This guide walks through the steps required to deploy Supabase on AlmaLinux VPS using #Docker and Docker Compose, following a production-oriented setup suitable for self-hosting.
You’ll end with:
A fully functional Supabase stack
PostgreSQL, Auth, REST, Realtime, Storage, and Studio
Reverse ...
Continued 👉 https://blog.radwebhosting.com/deploy-supabase-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #reverseproxy #database #selfhosted #selfhosting #letsencrypt #opensource -
🚀 How to Deploy #Supabase on #AlmaLinux #VPS (Production-Ready Guide)
This guide walks through the steps required to deploy Supabase on AlmaLinux VPS using #Docker and Docker Compose, following a production-oriented setup suitable for self-hosting.
You’ll end with:
A fully functional Supabase stack
PostgreSQL, Auth, REST, Realtime, Storage, and Studio
Reverse ...
Continued 👉 https://blog.radwebhosting.com/deploy-supabase-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #reverseproxy #database #selfhosted #selfhosting #letsencrypt #opensource -
🚀 How to Deploy #Supabase on #AlmaLinux #VPS (Production-Ready Guide)
This guide walks through the steps required to deploy Supabase on AlmaLinux VPS using #Docker and Docker Compose, following a production-oriented setup suitable for self-hosting.
You’ll end with:
A fully functional Supabase stack
PostgreSQL, Auth, REST, Realtime, Storage, and Studio
Reverse ...
Continued 👉 https://blog.radwebhosting.com/deploy-supabase-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #reverseproxy #database #selfhosted #selfhosting #letsencrypt #opensource -
🚀 How to Deploy #Supabase on #AlmaLinux #VPS (Production-Ready Guide)
This guide walks through the steps required to deploy Supabase on AlmaLinux VPS using #Docker and Docker Compose, following a production-oriented setup suitable for self-hosting.
You’ll end with:
A fully functional Supabase stack
PostgreSQL, Auth, REST, Realtime, Storage, and Studio
Reverse ...
Continued 👉 https://blog.radwebhosting.com/deploy-supabase-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #reverseproxy #database #selfhosted #selfhosting #letsencrypt #opensource -
docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers
-
I spent basically half a day to figure out how to spin up a secure #ForgeJo runner for building #docker images. In the end I provisioned a VM for it, as Docker-in-Docker is not feasible in a secure way and ForgeJo doesn’t want to implement a MicroVM backend for its runner. It’s the same problem with Gitlab runners. I just wish we had better tooling for securely building docker images from CI pipelines. But the Runner setup itself was easy, moving to @forgejo seems to work for my repos.
-
#Send BlablaLinux de retour sur la liste officielle !
Sécurité blindée et passage au stockage S3 pour une infra au top.
Retrouvez-moi sur la liste publique :
👉 https://github.com/timvisee/send-instances
#Proxmox #LXC #Docker -
#Send BlablaLinux de retour sur la liste officielle !
Sécurité blindée et passage au stockage S3 pour une infra au top.
Retrouvez-moi sur la liste publique :
👉 https://github.com/timvisee/send-instances
#Proxmox #LXC #Docker -
#Send BlablaLinux de retour sur la liste officielle !
Sécurité blindée et passage au stockage S3 pour une infra au top.
Retrouvez-moi sur la liste publique :
👉 https://github.com/timvisee/send-instances
#Proxmox #LXC #Docker -
#Send BlablaLinux de retour sur la liste officielle !
Sécurité blindée et passage au stockage S3 pour une infra au top.
Retrouvez-moi sur la liste publique :
👉 https://github.com/timvisee/send-instances
#Proxmox #LXC #Docker -
Trochu jsem si osahal #podman, že ho nasadím doma místo #docker.
Zatím jsem z toho takový rozpačitý a úplně si nejsem jistý, jestli to implementuju správně 🤔
Dobral jsem se k rootless spouštění, otestoval si Caddy server, ale pořád mi nechce startovat automaticky po bootu 😕
Další sranda pak bude #nextcloud migrace z NextcloudPi na nový stroj a správné nastavení adresářů pro kontejnery, aby mohly sahat, kam chci... -
DeerFlow 2.0 от ByteDance: развернул super-agent harness через Docker, прогнал на реальной задаче
В конце февраля ByteDance выложила DeerFlow 2.0 — open-source агентный фреймворк, который команда позиционирует как “super agent harness”. Релиз залетел в топ-1 GitHub Trending, набрал 61 тысячу звёзд за пару недель, попал во все технические телеграм-каналы. Развернул через Docker на своём VPS, прогнал на реальной задаче (ресёрч по рынку эспрессо-машин с генерацией отчёта), разобрался с архитектурой. Рассказываю, что внутри, чем отличается от Claude Code и OpenHands, и почему телеграм-маркетинг расходится с честным README в нескольких важных местах.
https://habr.com/ru/articles/1034900/
#LangGraph #AIагенты #multiagent #DeerFlow #ByteDance #superagent_harness #Docker #subagents
-
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 👉 https://blog.radwebhosting.com/install-and-run-docker-engine-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #installguide #vpsguide -
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 👉 https://blog.radwebhosting.com/install-and-run-docker-engine-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #installguide #vpsguide -
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 👉 https://blog.radwebhosting.com/install-and-run-docker-engine-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #installguide #vpsguide -
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 👉 https://blog.radwebhosting.com/install-and-run-docker-engine-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #installguide #vpsguide -
Deploy #Kubernetes Cluster on #Ubuntu VPS This article provides a guide for how to deploy Kubernetes cluster on Ubuntu VPS. What is a Kubernetes Cluster? Before you deploy Kubernetes cluster on Ubuntu VPS, it's important to understand ... Continued 👉 #installguide #docker #vpsguide
-
Despite not having particularly strong feelings about either #docker or #k8s, I designed and 3d-printed their logos (using #haskell code)
-
Despite not having particularly strong feelings about either #docker or #k8s, I designed and 3d-printed their logos (using #haskell code)
-
Despite not having particularly strong feelings about either #docker or #k8s, I designed and 3d-printed their logos (using #haskell code)
-
Despite not having particularly strong feelings about either #docker or #k8s, I designed and 3d-printed their logos (using #haskell code)
-
Despite not having particularly strong feelings about either #docker or #k8s, I designed and 3d-printed their logos (using #haskell code)
-
NIST Narrows the NVD: What Container Security Programs Should Reassess
#Docker #Products #Compliance #Securityhttps://www.docker.com/blog/nist-narrows-the-nvd-what-container-security-programs-should-reassess/
-
Unraid 7.3 erlaubt Installation auf internen Datenträgern
https://linuxnews.de/unraid-7-3-erlaubt-installation-auf-internen-datentraegern/ #unraid #nas #docker #linux #linuxnews -
Лучший код занял второе место: разбираем финал Dev-to-Dev хакатона и ищем границы агентной инженерии
В финале хакатона Dev-to-Dev: Agentic Engineering Challenge на втором месте оказался самый качественно написанный проект соревнования. 65 тестов, типы, защита от path traversal, Docker с non-root user, архитектура, в которой видно инженера, а не участника хакатона. И именно поэтому он не победил. Победителем стал не самый чистый код и не самая смелая архитектура. Это решение точнее всех попало в то, что мы пытались измерить — agentic engineering. Термин, которому едва пара лет, и в который каждая команда пока вкладывает что-то своё. Ниже разбираем 10 финалистов хакатона: что они построили, где заработали баллы и где их потеряли, какие архитектурные ставки сработали — и почему «писать хороший код» и «строить агентные системы» в 2026 году превратились в разные навыки.
https://habr.com/ru/articles/1034362/
#искусственный_интеллект #агентное_программирование #ииагенты #python #mcp #mcpserver #fastmcp #agentic_engineering #docker #claudemd
-
Лучший код занял второе место: разбираем финал Dev-to-Dev хакатона и ищем границы агентной инженерии
В финале хакатона Dev-to-Dev: Agentic Engineering Challenge на втором месте оказался самый качественно написанный проект соревнования. 65 тестов, типы, защита от path traversal, Docker с non-root user, архитектура, в которой видно инженера, а не участника хакатона. И именно поэтому он не победил. Победителем стал не самый чистый код и не самая смелая архитектура. Это решение точнее всех попало в то, что мы пытались измерить — agentic engineering. Термин, которому едва пара лет, и в который каждая команда пока вкладывает что-то своё. Ниже разбираем 10 финалистов хакатона: что они построили, где заработали баллы и где их потеряли, какие архитектурные ставки сработали — и почему «писать хороший код» и «строить агентные системы» в 2026 году превратились в разные навыки.
https://habr.com/ru/articles/1034362/
#искусственный_интеллект #агентное_программирование #ииагенты #python #mcp #mcpserver #fastmcp #agentic_engineering #docker #claudemd
-
Лучший код занял второе место: разбираем финал Dev-to-Dev хакатона и ищем границы агентной инженерии
В финале хакатона Dev-to-Dev: Agentic Engineering Challenge на втором месте оказался самый качественно написанный проект соревнования. 65 тестов, типы, защита от path traversal, Docker с non-root user, архитектура, в которой видно инженера, а не участника хакатона. И именно поэтому он не победил. Победителем стал не самый чистый код и не самая смелая архитектура. Это решение точнее всех попало в то, что мы пытались измерить — agentic engineering. Термин, которому едва пара лет, и в который каждая команда пока вкладывает что-то своё. Ниже разбираем 10 финалистов хакатона: что они построили, где заработали баллы и где их потеряли, какие архитектурные ставки сработали — и почему «писать хороший код» и «строить агентные системы» в 2026 году превратились в разные навыки.
https://habr.com/ru/articles/1034362/
#искусственный_интеллект #агентное_программирование #ииагенты #python #mcp #mcpserver #fastmcp #agentic_engineering #docker #claudemd
-
Лучший код занял второе место: разбираем финал Dev-to-Dev хакатона и ищем границы агентной инженерии
В финале хакатона Dev-to-Dev: Agentic Engineering Challenge на втором месте оказался самый качественно написанный проект соревнования. 65 тестов, типы, защита от path traversal, Docker с non-root user, архитектура, в которой видно инженера, а не участника хакатона. И именно поэтому он не победил. Победителем стал не самый чистый код и не самая смелая архитектура. Это решение точнее всех попало в то, что мы пытались измерить — agentic engineering. Термин, которому едва пара лет, и в который каждая команда пока вкладывает что-то своё. Ниже разбираем 10 финалистов хакатона: что они построили, где заработали баллы и где их потеряли, какие архитектурные ставки сработали — и почему «писать хороший код» и «строить агентные системы» в 2026 году превратились в разные навыки.
https://habr.com/ru/articles/1034362/
#искусственный_интеллект #агентное_программирование #ииагенты #python #mcp #mcpserver #fastmcp #agentic_engineering #docker #claudemd
-
Audius is hiring Software Engineer - Full Stack
🔧 #javascript #python #rust #solidity #typescript #electron #react #reactnative #redux #blockchain #css #docker #elasticsearch #html #postgresql #redis
🌎 Remote
⏰ Full-time
🏢 AudiusJob details https://jobsfordevelopers.com/jobs/software-engineer-full-stack-at-audius-co-may-31-2022-da9984?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Audius is hiring Software Engineer - Full Stack
🔧 #javascript #python #rust #solidity #typescript #electron #react #reactnative #redux #blockchain #css #docker #elasticsearch #html #postgresql #redis
🌎 Remote
⏰ Full-time
🏢 AudiusJob details https://jobsfordevelopers.com/jobs/software-engineer-full-stack-at-audius-co-may-31-2022-da9984?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring