home.social

Search

1000 results for “docker”

  1. hey you #docker fokes that have any relation to #kasm and kasm #workspaces . do you guys know of any accessible containers that are for the blind? i've tried a few of the regular ones, but in none of them, I couldn't get the orca screen reader to work. and obviously NVDA does not (and cannot) read the video feed. so was wondering. #docker #kasm #linux #blind

  2. Dockers is like the ultimate killjoy ever. He doesn’t like snowball fights! Somebody should lob a thousand snowballs at HIM. #TheSummitITV

  3. Dockers is like the ultimate killjoy ever. He doesn’t like snowball fights! Somebody should lob a thousand snowballs at HIM. #TheSummitITV

  4. Deuxième partie de notre guide sur l'installation d'un home-server écrit à 4 mains avec le formidable @PierreLecourt : aujourd'hui on sécurise un peu le serveur avant d'y installer touplin de trucs rigolos avec docker : minimachines.net/actu/guide-fa

    #docker #homeServer #autoHebergement #selfHosting #bitcoin #AI #klout #champignon

  5. Selfhosting is nice, and it comes with a price to pay.

    For me ? It's time, and I have plenty to give away, given that's my passion.

    For my SO ? The unbearable noise of rattling disk needles to write on their very precious platters (especially now, thank you AI bullcrap)

    The solution ? A nice cron-based compromise, and I feel like someone could get inspired by this :)

    # Stop qbittorrent - weekday evenings at 17:00 Mon-Fri
    0 17 * * 1-5 cd /opt/services/qbittorrent && docker compose stop

    # Stop qbittorrent - weekends at 8:00 Sat-Sun
    0 8 * * 6,0 cd /opt/services/qbittorrent && docker compose stop

    # Start qbittorrent - every day at 23:00
    0 23 * * * cd /opt/services/qbittorrent && docker compose start

    #selfhosting #selfhosted #homelab #torrent #qbittorrent #harddrive #disk #nas #so #ai #cron #crontab #scheduling #linux #opensource #docker #dockercompose

  6. Want a clean web UI to manage your Docker containers? This step‑by‑step guide shows how to spin up Portainer with Docker Compose using just a few mkdir commands. Perfect for self‑hosted Linux setups and beginners alike. Dive in and simplify your container orchestration today! #Docker #Portainer #DockerCompose #SelfHosted

    🔗 aidailypost.com/news/guide-set

  7. I'm loving this channel

    Tried dockhand and it's really great! I can finally see everything in one place and very convenient!

    He didn't mention how to adopt remote stacks - I mounted that via NFS to the host and then bind mount that to dockhand so it can see everything!

    #docker #dockhand #homelab

    youtu.be/dwFktbtuTFQ?si=a_YjPG

  8. I'm loving this channel

    Tried dockhand and it's really great! I can finally see everything in one place and very convenient!

    He didn't mention how to adopt remote stacks - I mounted that via NFS to the host and then bind mount that to dockhand so it can see everything!

    #docker #dockhand #homelab

    youtu.be/dwFktbtuTFQ?si=a_YjPG

  9. I'm loving this channel

    Tried dockhand and it's really great! I can finally see everything in one place and very convenient!

    He didn't mention how to adopt remote stacks - I mounted that via NFS to the host and then bind mount that to dockhand so it can see everything!

    #docker #dockhand #homelab

    youtu.be/dwFktbtuTFQ?si=a_YjPG

  10. I'm loving this channel

    Tried dockhand and it's really great! I can finally see everything in one place and very convenient!

    He didn't mention how to adopt remote stacks - I mounted that via NFS to the host and then bind mount that to dockhand so it can see everything!

    #docker #dockhand #homelab

    youtu.be/dwFktbtuTFQ?si=a_YjPG

  11. Today's computer adventure: setting up ChangeDetection.io on a spare Raspberry Pi server, to monitor a few websites. I should have done this a while ago. #nerdvana #docker

  12. Come installare Dockhand con Docker Compose e NGINX Proxy Manager: alternativa moderna a Portainer per gestire Docker

    Gestire Docker su un VPS o in un homelab significa scegliere tra il terminale, per pieno controllo e flessibilità, oppure affidarsi a un’interfaccia grafica moderna come Dockhand

    emanuelegori.uno/come-installa

  13. Come installare Dockhand con Docker Compose e NGINX Proxy Manager: alternativa moderna a Portainer per gestire Docker

    Gestire Docker su un VPS o in un homelab significa scegliere tra il terminale, per pieno controllo e flessibilità, oppure affidarsi a un’interfaccia grafica moderna come Dockhand

    emanuelegori.uno/come-installa

  14. Come installare Dockhand con Docker Compose e NGINX Proxy Manager: alternativa moderna a Portainer per gestire Docker

    Gestire Docker su un VPS o in un homelab significa scegliere tra il terminale, per pieno controllo e flessibilità, oppure affidarsi a un’interfaccia grafica moderna come Dockhand

    emanuelegori.uno/come-installa

  15. #ContainerDays London was great!
    Thank you for the interesting talks and inspiring exchange.

    I will give my talk "Beyond #Docker Builds: #Declarative, #Reproducible and #Secure #OCI #Containers with #Nix" once again next week, on February 19th at the #DevOps #Meetup in Barcelona.

    arik-grahl.de/talks/devops-bcn

    There are still a few seats available: meetup.com/devops-bcn-group/ev

  16. Кэш-монтирование или Cache mount в Docker. Использование кэш-монтирования в GitLab CI/CD

    Кэш-монтирование в Docker — это мощный инструмент, который может значительно ускорить процесс сборки образов в CI/CD. Но его правильная настройка в GitLab требует понимания не только работы BuildKit, но и особенностей взаимодействия с различными конфигурациями GitLab Runner — DinD и DooD. В этой статье я расскажу об устройстве кэш-монтирования в Docker и как его использовать в GitLab CI/CD. На примере простой сборки Python-проекта покажу готовые решения для кэширования зависимостей, чтобы оптимизировать сборку Docker-образов.

    habr.com/ru/articles/995528/

    #docker #deploy #gitlab #python #cache #dockerfile #cicd #dind #buildkit #git

  17. #Docker #PatchSaturday under way. There is something special about running a single .sh command that updates 20 containers while you do something else and wait for the #portainer webhook notifications to fly in.

    #selfhosting #selfhosted #homelab