Search
1000 results for “docker”
-
Gordon: Docker’s AI Agent Just Got an Update
#Products #AIML #Docker #DockerDesktop #Gordonhttps://www.docker.com/blog/gordon-dockers-ai-agent-just-got-an-update/
-
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 : http://arxiv.org/abs/2601.12811 ) #Docker #dockerfile quality #reproducibility
-
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 : http://arxiv.org/abs/2601.12811 ) #Docker #dockerfile quality #reproducibility
-
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 : http://arxiv.org/abs/2601.12811 ) #Docker #dockerfile quality #reproducibility
-
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 : http://arxiv.org/abs/2601.12811 ) #Docker #dockerfile quality #reproducibility
-
Три аккаунта ChatGPT и один прокси: как перестать следить за лимитами
У меня три ChatGPT-аккаунта. На каждом свои лимиты, своя история, свои причины существовать. И на каждом они кончаются в самый неподходящий момент. Переключаться вручную то ещё удовольствие. Особенно когда работаешь через Codex CLI или OpenCode и хочешь просто писать код, а не следить за тем, на каком аккаунте сейчас крутится запрос. Именно под эту боль и написан codex-lb.
https://habr.com/ru/articles/1002258/
#chatgpt #openai #proxy #load_balancer #codex #rate_limit #fastapi #opencode #api_keys #docker
-
Es gibt scheinbar keine einfache storage Lösung für docker swarm, die, ähnlich wie longhorn, replizierten storage zur Verfügung stellt...
-
After having used #docker_swarm 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 #Kubernetes using #hetznerk3s, why:
* Cloud-based in Europe.
* Really good cost-benefit ratio.Anyone else using this? Recommendations, experiences?
-
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! […]https://www.myhome.zone/raspberry-pi-als-heimserver-7-home-assistant/
-
"""
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
-
"""
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
-
"""
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
-
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 https://dl.acm.org/doi/10.1145/3736731.3746146
-
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 https://dl.acm.org/doi/10.1145/3736731.3746146
-
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 https://dl.acm.org/doi/10.1145/3736731.3746146
-
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 https://dl.acm.org/doi/10.1145/3736731.3746146
-
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 https://dl.acm.org/doi/10.1145/3736731.3746146
-
Vorsichtiger Optimismus: #dockerserver im @homelab @homelab_de funktioniert wieder. Fast alle container back online
-
Vorsichtiger Optimismus: #dockerserver im @homelab @homelab_de funktioniert wieder. Fast alle container back online
-
Vorsichtiger Optimismus: #dockerserver im @homelab @homelab_de funktioniert wieder. Fast alle container back online
-
Vorsichtiger Optimismus: #dockerserver im @homelab @homelab_de funktioniert wieder. Fast alle container back online
-
Vorsichtiger Optimismus: #dockerserver im @homelab @homelab_de funktioniert wieder. Fast alle container back online
-
How Medplum Secured Their Healthcare Platform with Docker Hardened Images (DHI)
#Docker #Community #Engineering #Solutions #DHI #DockerHardenedImages #Enterprise #Securityhttps://www.docker.com/blog/medplum-healthcare-docker-hardened-images/
-
How Medplum Secured Their Healthcare Platform with Docker Hardened Images (DHI)
#Docker #Community #Engineering #Solutions #DHI #DockerHardenedImages #Enterprise #Securityhttps://www.docker.com/blog/medplum-healthcare-docker-hardened-images/
-
How Medplum Secured Their Healthcare Platform with Docker Hardened Images (DHI)
#Docker #Community #Engineering #Solutions #DHI #DockerHardenedImages #Enterprise #Securityhttps://www.docker.com/blog/medplum-healthcare-docker-hardened-images/
-
How Medplum Secured Their Healthcare Platform with Docker Hardened Images (DHI)
#Docker #Community #Engineering #Solutions #DHI #DockerHardenedImages #Enterprise #Securityhttps://www.docker.com/blog/medplum-healthcare-docker-hardened-images/
-
How Medplum Secured Their Healthcare Platform with Docker Hardened Images (DHI)
#Docker #Community #Engineering #Solutions #DHI #DockerHardenedImages #Enterprise #Securityhttps://www.docker.com/blog/medplum-healthcare-docker-hardened-images/
-
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
-
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