home.social

Search

1000 results for “docker”

  1. 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

  2. 502 bad gateway in magento , docker exec -it magento-php netstat -tulnp | grep 9000 not showing anything #docker #nginx #localhost #magento

    askubuntu.com/q/1566773/612

  3. Recordad que el puerto ha de ser aquel que hayáis definido en el #DockerCompose: por ejemplo, si habéis puesto el SSH “mapeando” 9857:2222, tendrás que indicar en Pangolin y en el cortafuegos el 9857, y NO el 2222.
    #SelfHosting #SelfHost (2/2)
    @forgejo

  4. Recordad que el puerto ha de ser aquel que hayáis definido en el #DockerCompose: por ejemplo, si habéis puesto el SSH “mapeando” 9857:2222, tendrás que indicar en Pangolin y en el cortafuegos el 9857, y NO el 2222.
    #SelfHosting #SelfHost (2/2)
    @forgejo

  5. Recordad que el puerto ha de ser aquel que hayáis definido en el #DockerCompose: por ejemplo, si habéis puesto el SSH “mapeando” 9857:2222, tendrás que indicar en Pangolin y en el cortafuegos el 9857, y NO el 2222.
    #SelfHosting #SelfHost (2/2)
    @forgejo

  6. Recordad que el puerto ha de ser aquel que hayáis definido en el #DockerCompose: por ejemplo, si habéis puesto el SSH “mapeando” 9857:2222, tendrás que indicar en Pangolin y en el cortafuegos el 9857, y NO el 2222.
    #SelfHosting #SelfHost (2/2)
    @forgejo

  7. Has #docker changed their pull limit? I don't see how I could reach the 100/6h so rapidly 🤔

  8. Отказоустойчивый запуск WSGI приложения. Обзор архитектуры Gunicorn

    Gunicorn кажется простым, пока не сталкиваешься с эксплуатацией: внезапные ошибки 502, зависшие воркеры и странное поведение при перезапусках. За этими симптомами стоят вполне конкретные причины — от медленных клиентов и отсутствия буферизации до особенностей реализации GThread и механики Graceful Shutdown. В этой статье разберём реальные сценарии отказов, посмотрим, как менялась архитектура GThread в разных версиях Gunicorn, и соберём практичную конфигурацию с Nginx, Docker и Kubernetes, которая ведёт себя предсказуемо под нагрузкой.

    habr.com/ru/companies/domclick

    #python #gunicorn #wsgi #prefork #gthread #graceful_shutdown #keepalive #nginx #docker

  9. Отказоустойчивый запуск WSGI приложения. Обзор архитектуры Gunicorn

    Gunicorn кажется простым, пока не сталкиваешься с эксплуатацией: внезапные ошибки 502, зависшие воркеры и странное поведение при перезапусках. За этими симптомами стоят вполне конкретные причины — от медленных клиентов и отсутствия буферизации до особенностей реализации GThread и механики Graceful Shutdown. В этой статье разберём реальные сценарии отказов, посмотрим, как менялась архитектура GThread в разных версиях Gunicorn, и соберём практичную конфигурацию с Nginx, Docker и Kubernetes, которая ведёт себя предсказуемо под нагрузкой.

    habr.com/ru/companies/domclick

    #python #gunicorn #wsgi #prefork #gthread #graceful_shutdown #keepalive #nginx #docker

  10. 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.

  11. 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.

  12. 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.

  13. @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

  14. @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

  15. @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

  16. @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

  17. 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

  18. #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 :
    👉 github.com/timvisee/send-insta
    #Proxmox #LXC #Docker

  19. 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/install #installguide #vpsguide

  20. 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/install #installguide #vpsguide

  21. 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/install #installguide #vpsguide

  22. 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/install #installguide #vpsguide

  23. Despite not having particularly strong feelings about either #docker or #k8s, I designed and 3d-printed their logos (using #haskell code)

    github.com/joe-warren/christma

    #3dprinting

  24. Despite not having particularly strong feelings about either #docker or #k8s, I designed and 3d-printed their logos (using #haskell code)

    github.com/joe-warren/christma

    #3dprinting

  25. Despite not having particularly strong feelings about either #docker or #k8s, I designed and 3d-printed their logos (using #haskell code)

    github.com/joe-warren/christma

    #3dprinting

  26. Despite not having particularly strong feelings about either #docker or #k8s, I designed and 3d-printed their logos (using #haskell code)

    github.com/joe-warren/christma

    #3dprinting

  27. 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