home.social

Search

1000 results for “docker”

  1. Some rules to apply to your Dockerfile in order to make your Docker image more reproducible :

    - do not use "latest" versions of base images
    - use official images pulled from the official Docker library
    - pin versions in pip/apt/npm/yum... install (no apt-update)
    - clean temporary files (apt-get clean, rm -rf /var/lib/apt/lists/*, etc.)

    ...

    (source : arxiv.org/abs/2601.12811 ) #Docker #dockerfile quality #reproducibility

  2. Some rules to apply to your Dockerfile in order to make your Docker image more reproducible :

    - do not use "latest" versions of base images
    - use official images pulled from the official Docker library
    - pin versions in pip/apt/npm/yum... install (no apt-update)
    - clean temporary files (apt-get clean, rm -rf /var/lib/apt/lists/*, etc.)

    ...

    (source : arxiv.org/abs/2601.12811 ) #Docker #dockerfile quality #reproducibility

  3. Some rules to apply to your Dockerfile in order to make your Docker image more reproducible :

    - do not use "latest" versions of base images
    - use official images pulled from the official Docker library
    - pin versions in pip/apt/npm/yum... install (no apt-update)
    - clean temporary files (apt-get clean, rm -rf /var/lib/apt/lists/*, etc.)

    ...

    (source : arxiv.org/abs/2601.12811 ) #Docker #dockerfile quality #reproducibility

  4. Some rules to apply to your Dockerfile in order to make your Docker image more reproducible :

    - do not use "latest" versions of base images
    - use official images pulled from the official Docker library
    - pin versions in pip/apt/npm/yum... install (no apt-update)
    - clean temporary files (apt-get clean, rm -rf /var/lib/apt/lists/*, etc.)

    ...

    (source : arxiv.org/abs/2601.12811 ) #Docker #dockerfile quality #reproducibility

  5. Три аккаунта ChatGPT и один прокси: как перестать следить за лимитами

    У меня три ChatGPT-аккаунта. На каждом свои лимиты, своя история, свои причины существовать. И на каждом они кончаются в самый неподходящий момент. Переключаться вручную то ещё удовольствие. Особенно когда работаешь через Codex CLI или OpenCode и хочешь просто писать код, а не следить за тем, на каком аккаунте сейчас крутится запрос. Именно под эту боль и написан codex-lb.

    habr.com/ru/articles/1002258/

    #chatgpt #openai #proxy #load_balancer #codex #rate_limit #fastapi #opencode #api_keys #docker

  6. Es gibt scheinbar keine einfache storage Lösung für docker swarm, die, ähnlich wie longhorn, replizierten storage zur Verfügung stellt...

    #docker #kubernetes #dockerswarm #Longhorn

  7. After having used for many years for my private business server, it's time to say goodbye. With a little reluctance, since it has served me really well. I have always loved Docker Swarm for its simplicity and ease of use for small projects or even small businesses.

    Now I'm moving on — first idea is managed using , why:

    * Cloud-based in Europe.
    * Really good cost-benefit ratio.

    Anyone else using this? Recommendations, experiences?

  8. Raspberry Pi als Heimserver – #7 – Home Assistant

    Willkommen zurück auf myHome.zone! Wir sind mittlerweile beim siebten Teil meiner Serie "Raspberry Pi als Heimserver" angekommen. Heute widmen wir uns endlich dem Herzstück eines jeden modernen Smart Homes: Home Assistant. In den letzten Beiträgen haben wir das Fundament gelegt – wir haben den Raspberry Pi vorbereitet, Docker installiert, Portainer als grafische Oberfläche eingerichtet und bereits die ersten Container in Betrieb genommen. Jetzt wird es Zeit, diese Basis zu nutzen, um die mächtigste Open-Source-Software für Hausautomation zu installieren. In diesem Beitrag zeige ich dir, wie du Home Assistant als Docker Container installierst und in Betrieb nimmst. Dabei verzichte ich bewusst auf das komplette Home Assistant OS, um unseren Pi weiterhin flexibel für andere Dienste zu halten. Egal ob du die Kommandozeile bevorzugst oder lieber bequem über Portainer arbeitest – ich habe beide Wege für dich dokumentiert. Lass uns gemeinsam dein Zuhause intelligent machen! […]

    myhome.zone/raspberry-pi-als-h

  9. """
    A Docker container must view its filesystem as assembled through the overlay to remain coherent. it cannot inspect the layers directly
    """
    --- me, calmly explaining to Godel once again why his question is silly

    ===

    """
    A Docker container must view another container's filesystem as assembled through the overlay to remain coherent. It cannot inspect the layers directly
    """
    --- me, slightly exasperated that Chalmers cannot make the simple translation to zombie form

    #dockerithink #philosophy #hardproblemofconsciousness #simpleproblemofonions

  10. """
    A Docker container must view its filesystem as assembled through the overlay to remain coherent. it cannot inspect the layers directly
    """
    --- me, calmly explaining to Godel once again why his question is silly

    ===

    """
    A Docker container must view another container's filesystem as assembled through the overlay to remain coherent. It cannot inspect the layers directly
    """
    --- me, slightly exasperated that Chalmers cannot make the simple translation to zombie form

    #dockerithink #philosophy #hardproblemofconsciousness #simpleproblemofonions

  11. """
    A Docker container must view its filesystem as assembled through the overlay to remain coherent. it cannot inspect the layers directly
    """
    --- me, calmly explaining to Godel once again why his question is silly

    ===

    """
    A Docker container must view another container's filesystem as assembled through the overlay to remain coherent. It cannot inspect the layers directly
    """
    --- me, slightly exasperated that Chalmers cannot make the simple translation to zombie form

    #dockerithink #philosophy #hardproblemofconsciousness #simpleproblemofonions

  12. De manière assez convaincante bien que sur un échantillon restreint (5 articles de conférence), une étude récente montre que le fait de fournir le code source avec un #dockerfile pour en obtenir une image Docker échoue à garantir une reproductibilité des résultats en quelques mois. En chargeant les dernières versions de paquets issus de gestionnaires qui sont en soi non reproductibles, cette "recette" ne peut construire que des images qui varient assez vite avec le temps dl.acm.org/doi/10.1145/3736731

  13. De manière assez convaincante bien que sur un échantillon restreint (5 articles de conférence), une étude récente montre que le fait de fournir le code source avec un #dockerfile pour en obtenir une image Docker échoue à garantir une reproductibilité des résultats en quelques mois. En chargeant les dernières versions de paquets issus de gestionnaires qui sont en soi non reproductibles, cette "recette" ne peut construire que des images qui varient assez vite avec le temps dl.acm.org/doi/10.1145/3736731

  14. De manière assez convaincante bien que sur un échantillon restreint (5 articles de conférence), une étude récente montre que le fait de fournir le code source avec un #dockerfile pour en obtenir une image Docker échoue à garantir une reproductibilité des résultats en quelques mois. En chargeant les dernières versions de paquets issus de gestionnaires qui sont en soi non reproductibles, cette "recette" ne peut construire que des images qui varient assez vite avec le temps dl.acm.org/doi/10.1145/3736731

  15. De manière assez convaincante bien que sur un échantillon restreint (5 articles de conférence), une étude récente montre que le fait de fournir le code source avec un #dockerfile pour en obtenir une image Docker échoue à garantir une reproductibilité des résultats en quelques mois. En chargeant les dernières versions de paquets issus de gestionnaires qui sont en soi non reproductibles, cette "recette" ne peut construire que des images qui varient assez vite avec le temps dl.acm.org/doi/10.1145/3736731

  16. De manière assez convaincante bien que sur un échantillon restreint (5 articles de conférence), une étude récente montre que le fait de fournir le code source avec un #dockerfile pour en obtenir une image Docker échoue à garantir une reproductibilité des résultats en quelques mois. En chargeant les dernières versions de paquets issus de gestionnaires qui sont en soi non reproductibles, cette "recette" ne peut construire que des images qui varient assez vite avec le temps dl.acm.org/doi/10.1145/3736731

  17. Vorsichtiger Optimismus: #dockerserver im @homelab @homelab_de funktioniert wieder. Fast alle container back online

  18. Vorsichtiger Optimismus: #dockerserver im @homelab @homelab_de funktioniert wieder. Fast alle container back online

  19. Vorsichtiger Optimismus: #dockerserver im @homelab @homelab_de funktioniert wieder. Fast alle container back online

  20. Vorsichtiger Optimismus: #dockerserver im @homelab @homelab_de funktioniert wieder. Fast alle container back online

  21. Vorsichtiger Optimismus: #dockerserver im @homelab @homelab_de funktioniert wieder. Fast alle container back online

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

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