Search
1000 results for “docker”
-
Ещё раз о Docker
Обобщение знаний и опыта для базового использования Docker, которые накопились за время использования.
-
Локальный контактный зоопарк фронтенд-разработчика
Недавно я провел эксперимент по развертыванию на своем ноутбуке небольшой экосистемы контейнеров с сервисами и инструментами для фронтенд-разработки. Что получилось в результате? Как я все собирал по кусочкам? С чем столкнулся? Обо всем поговорим в этой статье. Читать
-
@techviator
I had trouble with the network part and the #DNS resolution using #podman, I followed this tutorial to understand it:
https://giacomo.coletto.io/blog/podman-quadlets/Finally, I migrated from #docker_compose to #quadlet
Doc: https://www.redhat.com/en/blog/quadlet-podman
Tutorial: https://giacomo.coletto.io/blog/podman-podlet/ -
Docker + Nginx + Certbot: как я поднял свой сайт-резюме на домашнем сервере
Docker + Nginx + Certbot: как я поднял свой сайт-резюме на домашнем сервере, добавил статический контент и в итоге получился полноценный работающий сайт.
https://habr.com/ru/articles/918462/
#Nginx #Docker #docker_compose #Linux #ssl #certbot #letsencrypt
-
#Gravit Designer vs. #Corel Vector (2#4)
Da ich bis heute keine Lösung gefunden habe, was das gvdesign Fileformat native und verlustfrei unterstützt, überlege ich mit Hilfe der alten OpenSource-Codes einen gvdesign Parser zu schreiben, und ggf. ein bessere Zielformat als SVG/PDF/PNG zu finden.
Hat wer Lust hier mit zu machen?
-> (3#4)
-
Dockerfmt: A Dockerfile Formatter
https://github.com/reteps/dockerfmt
#HackerNews #Dockerfmt #Dockerfile #Formatter #Docker #DevOps #Containerization #OpenSource
-
Question for #DockerCompose #Docker #nodejs #ipv6 #nuxt #strapi
I recently encountered errors on local development when a NodeJS CMS like Strapi wanted to fetch() something from a frontend API route from Nuxt for http://localhost:3000 server-side:
"cause: Error: connect ECONNREFUSED ::1:3000"
How do you deal with IPv6?
1. Try to avoid "localhost", use 127.0.0.1 everywhere (strapi, nuxt config) instead?
2. Try to run each service on "localhost" and "::1", ChatGPT suggested using "::" to bind ipv4 and ipv6 🤔
3. Other solutions?Thanks very much in advance!
-
Imagine getting enterprise-grade container security without the enterprise price tag. Docker’s new catalog offers rapid 7-day patches, vetted by experts and even FedRAMP-ready—perfect for startups looking to level up their defense. Curious how?
#dockersecurity
#containersecurity
#smallbusiness
#hardenedimages
#cybersecurity
#fedramp
#devsecops
#vulnerabilitymanagement
#cloudsecurity -
Rattle: узнаём об ошибках в Docker раньше, чем сообщит клиент
Контейнеры падают, а вы узнаёте об этом постфактум? Ошибки в логах проходят мимо? Собрал Rattle за три дня — простой self-hosted инструмент, который отправляет события из Docker в Telegram. Без лишних панелей, без сложной настройки — просто работает и сообщает о самом важном. В статье рассказываю, зачем он мне понадобился, как устроен внутри и как можно быстро развернуть его у себя. Покажу Telegram Mini App, через которую удобно управлять уведомлениями. 📎 Ссылка на репозиторий: github.com/rattle-bot/rattle
https://habr.com/ru/articles/921582/
#docker #go #golang #telegram_mini_app #selfhosted #логгирование #контейнеры #telegramбот #devops #open_source
-
Ces derniers jours, certains secteurs du mouvement ouvrier sont entrés dans la bataille : les #dockers de #FosSurMer poursuivent leurs actions héroïques de blocage des livraisons d’armes à #Israel .
Une initiative suivie par les #dockers de #Gênes, après ceux de #Tanger.
L’élan de solidarité avec la flottille doit se traduire par de nouvelles démonstrations de force, comme celles des travailleurs de Fos-sur-Mer, sur tous nos lieux de travail et d’études pour mettre fin au #Genocide .
2/5
-
Kinda pulled a whammy on myself. Tried to play with #Docker on my home #RaspberryPi4 and had #Debian #Buster on it. Tried to leapfrog to #Bookworm past #Bullseye and probably borked the Raspi-firmware on my way. I don’t have a microHDMI or a screen at home, so it’s off to work to fix it. I think my MicroSD adapter is also at work, so I have to do that anyhow. At least it’s not production and across the country. LOL. Blarg.
-
IGEL brings containers, AI, and more to the thin client world
At its in-house conference Now & Next, the German company IGEL Technologies presented new perspectives for its thin client vision.
#ARM #Containerisierung #Docker #IT #KVM #Qualcomm #ThinClient #Virtualisierung #news
-
While #Docker makes it easy to start and manage containers, a host system is still required to run them. These systems form the infrastructure on which containers run and are covered by objective 702.3 of the DevOps Tools Engineer 2.0 exam.
Dive into episode 8 of the DevOps 2.0 introduction series to learn more from Fabian Thorns and Uirá Ribeiro: https://lpi.org/5nix
#DevOps #Containers #Docker #ContainerImages #ContainerSecurity
-
@realdrdoug Just discovered your #selfhosting solution and it looks exciting! Apparently it is using #Docker like #CasaOS, #Tipi, etc.
Does #HomeServerHQ use Docker in rootful mode or rootless mode? Is using #podman instead supported?
#selfhost #selfhosted #DockerCommunity #DockerSecurity #LinuxSecurity #homelab
-
Mantener actualizados los contenedores Docker con Watchtower https://myblog.clonbg.es/mantener-actualizados-los-contenedores-docker-con-watchtower/ #Docker #Servicios https://clonbg.es
-
Following somebody submitting a PR to update I've spent an hour updating my Docker/Traefik/Avahi helper and pushing new Docker conatiners.
-
CW: $dayJob vent, seeking advice
What brings this up is that I have to set up a tech stack for a new, several year long project, and while I _can_ get the stack set up, the deeper it gets, the more I feel like I'm wrong, and it's all going to be bad.
Stack so far is:
Windows Subsystem for Linux - needed so that #Docker doesn't shit the bed accessing files on the Windows file system
Docker - 4 containers
VS Code + #WSL extension - again, developing on a debian WSL instance so that Docker doesn't shit the bed
Apache
Nginx
#PHP 8
#TypeScript
#AdonisJSAdding tags because honestly I want help to know if these looks as insane as I feel it does.
-
Why decorate a real tree when you can 'docker run' one? 🎄✨ Meet XmasTree: blinking lights, zero cleanup, 100% festive geekery. 🌟
🎁 https://github.com/pointless-code/xmas-tree
#Docker #XmasTree #ASCIIArt #DevHumor #HolidayHacks #TerminalMagic #Geekmas #CodeChristmas #pointless
-
#DockerSecurityScanner - Containerized Security Scanning for Host Systems #security #docker #opensource #infosec #devops
🐳 All-in-one #Docker container that mounts your host filesystem read-only & runs comprehensive security scans
🔍 Runs 4 powerful security tools: #Lynis (system audit), #ClamAV (antivirus), #rkhunter & #chkrootkit (rootkit detection)
📋 Logs written to /tmp with structured naming: freshclam, rkhunter_update, lynis, clamav, rkhunter, chkrootkit
🧵 👇
-
Docker Patches Critical AuthZ Plugin Bypass Vulnerability Dating Back to 2018 https://www.securityweek.com/docker-patches-critical-authz-plugin-bypass-vulnerability-dating-back-to-2018/ #Vulnerabilities #CloudSecurity #CVE202441110 #DockerEngine #AuthZbypass #CVSS10 #Docker
-
Docker Patches Critical AuthZ Plugin Bypass Vulnerability Dating Back to 2018 https://www.securityweek.com/docker-patches-critical-authz-plugin-bypass-vulnerability-dating-back-to-2018/ #Vulnerabilities #CloudSecurity #CVE202441110 #DockerEngine #AuthZbypass #CVSS10 #Docker
-
Generate Images Locally with Docker Model Runner and Open WebUI
#Docker #Products #AIML #DockerModelRunnerhttps://www.docker.com/blog/blog-generate-images-locally-dmr-open-webui/
-
Why MicroVMs: The Architecture Behind Docker Sandboxes
#Docker #Engineering #Products #Agents #AIML #Sandboxeshttps://www.docker.com/blog/why-microvms-the-architecture-behind-docker-sandboxes/
-
Un comparatif de différents *registry* Docker.
Le *registry* est le système qui stocke et expose les images de vos containers pour que vos serveurs applicatifs puissent les récupérer et les lancer.
🔗 https://distr.sh/blog/container-image-registry-comparison/
-
Hackers maken misbruik van docker api voor cryptojacking https://www.trendingtech.news/trending-news/2024/10/39932/hackers-maken-misbruik-van-docker-api-voor-cryptojacking #Docker #cryptojacking #cybersecurity #malware #XMRig #Trending #News #Nieuws
-
Single button press to start or stop a Portainer docker stack
A Portainer stack (related group of Docker containers) can be started and stopped remotely with the literal push of a button on a Stream Deck. Or you could create a desktop icon that does the same thing. There are many ways to do this as long as a s ...continues
See https://gadgeteer.co.za/single-button-press-to-start-or-stop-a-portainer-docker-stack/