Search
1000 results for “docker”
-
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/
-
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/
-
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/
-
Docker Flaw Exposes Hosts to Unauthorized Access
A recent security patch meant to tighten up Docker Engine's defenses has left a gaping hole, exposing hosts to unauthorized access - and it's up to you to make sure you're not the one who gets exploited. A high-severity flaw, tracked as CVE-2026-34040, allows attackers to bypass authorization plugins and potentially gain access to your host.
https://osintsights.com/docker-flaw-exposes-hosts-to-unauthorized-access
#Docker #Cve202634040 #AuthorizationBypass #Containerization #DockerEngine
-
Docker Flaw Exposes Hosts to Unauthorized Access
A recent security patch meant to tighten up Docker Engine's defenses has left a gaping hole, exposing hosts to unauthorized access - and it's up to you to make sure you're not the one who gets exploited. A high-severity flaw, tracked as CVE-2026-34040, allows attackers to bypass authorization plugins and potentially gain access to your host.
https://osintsights.com/docker-flaw-exposes-hosts-to-unauthorized-access
#Docker #Cve202634040 #AuthorizationBypass #Containerization #DockerEngine
-
Komodo 2.0 adds Docker Swarm management, introduces PKI-based authentication, and updates its UI with improved terminal features.
https://linuxiac.com/komodo-2-0-build-and-deploy-tool-adds-docker-swarm-support/ -
Komodo 2.0 adds Docker Swarm management, introduces PKI-based authentication, and updates its UI with improved terminal features.
https://linuxiac.com/komodo-2-0-build-and-deploy-tool-adds-docker-swarm-support/ -
Komodo 2.0 adds Docker Swarm management, introduces PKI-based authentication, and updates its UI with improved terminal features.
https://linuxiac.com/komodo-2-0-build-and-deploy-tool-adds-docker-swarm-support/ -
Komodo 2.0 adds Docker Swarm management, introduces PKI-based authentication, and updates its UI with improved terminal features.
https://linuxiac.com/komodo-2-0-build-and-deploy-tool-adds-docker-swarm-support/ -
Do folks have opinions about the best base distro for hosting a bunch of docker containers? Should I just default to vanilla Debian?
I have several Portainer stacks that I aim to port over to separate VMs to be more finely tuned.
-
[Перевод] Что не так с chroot: почему для контейнеров используется именно pivot_root
В этой статье рассматриваются различия между pivot_root и chroot в контексте безопасности контейнеров. Узнайте, почему Docker отказался от chroot в пользу pivot_roo t и как это решение улучшает защиту от потенциальных уязвимостей.
https://habr.com/ru/companies/flant/articles/880342/
#контейнеры #chroot #pivot_root #корневая_директория #dockerfs #root #linux #docker
-
I am trying to convert the electon app vscode into a self-hosted docker web-service.
I can open it, but "code service-web -h" has so few options that I go back to Coder's code-server.funfact: i mainly use code-server in a ubuntu docker container.
#Docker #SelfHosted #VSCode #CodeServer #ElectonApp #WebDevelopment #DevOps #Ubuntu #Containerization
-
Finished my little tutorial as I got docker running on my 2014 macOS Ventura era iMac and then added some nginx-rtmp containers.
#docker #nginx #mac #Apple #iMac #webcams #rtmp #tutorial
https://chrisalemany.ca/2025/11/05/using-docker-and-nginx-rtmp-to-setup-a-streaming-forward-and-overlay-on-an-imac/ -
I'm getting closer with my nginx-rtmp-Docker-container-on-MacOS project!
I started from scratch on the mac a couple days ago, reinstalled docker with homebrew and then realized that part of my problem was that macOS (and windows) has to run docker in a virtual machine container of its own and *that* can mess with networking.
So I have now figured that out. Colima, the vm that seems most popular on macOS, needs a mac specific option (--network-attached) when starting so that it gets the mac network going. Major Aha! moment.
I also learned more completely how to build my own Docker images.
I've gotten to the point where nginx is definitely running, I know the port is open (via nmap on another device), I know nginx is accepting the stream, but nginx still refuses to publish that stream to Youtube (or at least youtube is not seeing it).
I also can ping apple.com and youtube.com from within the container, so access to the outside world is working.
I
So that's where I'm at.I just figured out how to get into a container and examine the nginx log files now.
At this point I am going to rebuild the container with nginx configured for full debug level logging. Hopefully that provides some more clues on where it is getting stuck.
I give it a 50/50 chance that it is either an nginx configuration/installation problem or another colima virtual machine/networking issue.
I've learned a lot at least and feel better about my overall Docker knowledge!
And I'm documenting on my blog as I go so I'll have a howto produced from this when it finally works!
-
Автоматизация контента: как я сделал умного Tg-бота для публикации видео из VK (очередь, дедупликация, NutsDB, yt-dlp)
Здравствуйте, коллеги! Хочу поделиться опытом проектирования и реализации production-ready Telegram-бота, который автоматически собирает и публикует свежий видеоконтент из паблика ВКонтакте — и делает это без дублей, с гарантией доставки и мемными подписями на базе OpenAI . В статье я покажу архитектуру, приведу примеры кода и расскажу о фишках, таких как очередь ссылок на видео (NutsDB), проверка на уникальность (deduplication), скачивание через yt-dlp и интеграция с OpenAI для генерации описаний.
https://habr.com/ru/articles/918186/
#Telegram_Bot #vk_api #go_golang #ytdlp #автоматизация #NutsDB #OpenAI_API #Генерация_мемов #Goroutine #Docker
-
Docker : la faille CVE-2026-34040 permet d’obtenir un accès root sur l’hôte ! https://www.it-connect.fr/docker-la-faille-cve-2026-34040-permet-dobtenir-un-acces-root-sur-lhote/ #ActuCybersécurité #Cybersécurité #Vulnérabilité #Docker
-
Почему Fedora CoreOS — это container optimized дистрибутив
Fedora CoreOS на официальном сайте представлена как container optimized, container-focused, container based и так далее OS. Но что это вообще значит? Там предустановлен какой-то container runtime? А еще что? В этой статье попытаемся разобраться.
https://habr.com/ru/companies/selectel/articles/817299/
#selectel #linux #fcos #fedora #containers #kubernetes #docker
-
🤖🥒 Are you overwhelmed by the relentless onslaught of buzzwords? Fear not, for this word salad of #Docker, #AI, and #microservices will surely leave you more confused than enlightened. Spoiler: you probably don’t need microservices, but hey, Docker makes it sound so hip and trendy! 🚀🌀
https://www.docker.com/blog/do-you-really-need-microservices/ #buzzwordoverload #techtrends #confusion #HackerNews #ngated -
It took me some time to get used to #docker but since last December, I can not get enough. Eleven container for nine services running on a #raspberrypi is so cool to see.
( #cadvisor #grafana #n8n #portainer #prometheus #redmine #Vaultwarden #writefreely #PiHole ) -
Как ускорить сборку Docker-образов в GitLab: стратегии кэширования с Docker Buildx
Скорость сборки Docker-образов играет важную роль в CI/CD, особенно для микросервисов, где частые обновления и тестирования требуют быстрой доставки изменений. Одним из решений для оптимизации сборок является Docker Buildx — расширение к стандартной команде `docker build`. Docker Buildx предлагает дополнительные возможности, такие как кэширование слоев образов, что помогает значительно сократить время сборки за счет повторного использования неизменных слоев. В отличие от стандартного процесса сборки, Docker Buildx предоставляет более гибкое управление кэшем, поддерживает мультиархитектурные сборки и работу с несколькими платформами. В этой статье мы сосредоточимся на том, как эффективно настроить и использовать кэширование с Docker Buildx в CI/CD пайплайнах на GitLab. Мы рассмотрим примеры, когда кэширование позволяет ускорить сборку, и ситуации, когда его лучше отключить для гарантии корректности итогового образа.
https://habr.com/ru/companies/bimeister/articles/854064/
#Docker_Buildx #Кэширование_Docker #CI/CD_оптимизация #MultiStage_Builds #DevOps #Buildx #docker #CI
-
PID 1 на минималках: свой init, который жмёт зомби
Привет, Хабр! Сегодня расскажу о довольно узком, но довольно интересном моменты работы с Linux — о процессе с PID 1 и зомби-процессах. Когда запускаешь приложение в минимальном окружении и оно оказывается первым процессом, могут возникнуть небольшие сюрпрзики. Та же команда ps может показывать несколько процессов со статусом <defunct> . Эти дефекты и есть зомби-процессы. Столкнувшись с ними впервые, можно растеряться, ведь процесс уже завершился, а запись о нём всё торчит в таблице процессов. Как так, и главное, что с этим делать? Давайте смотреть, почему появляются зомби, какую роль здесь играет процесс №1 (он же init), и как написать свой минималистичный init, который этих зомби убивает (то есть убирает) автоматически. Разобраться, как работает PID 1
https://habr.com/ru/companies/otus/articles/961858/
#linux #PID_1 #init_процесс #zombi_процесс #зомбипроцессы_Linux #waitpid #SIGCHLD #docker_контейнер
-
#Docker #SQL #NAS #KỹThuật #TựChủ #HệThốngTựXửLý
Khi dùng NAS (RAID5) cho DB SQL trong Docker/Portainer Swarm, dữ liệu dễ bị lỗi & trễ phản hồi. Lệnh mới: bỏ Swarm, tìm giải pháp lưu trữ SQL an toàn, đảm bảo sao lưu và phục hồi nhanh. Cần mẹo từ DevOps?#Docker #SQL #NAS #NetworkEngineering #SelfHosted #Kubernetes #RAID5 #DatabasePerformance
https://www.reddit.com/r/selfhosted/comments/1qt2fa1/sql_dbs_for_docker_apps_but_redundant/
-
Reflecting on lessons learned in 2025 as a DevSecOps Engineer.
https://xalexander.io/2025/12/29/5-lessons-learned-as-a-devsecops-engineer-in-2025/
#DevOps #learnk8s #100DaysOfCode #100DaysOfDevOps #homelab #kubernetes #Linux #Tech #Career #Docker
-
Another great resource to keep the skills sharp. You get a remote server with a problem, and your goal is to fix it.
#DevOps #learnk8s #100DaysOfCode #100DaysOfDevOps #homelab #kubernetes #Linux #Tech #TechWithX #Docker
-
When someone is questioning your reasoning, it’s usually not personal. Curiosity isn’t criticism. 💡
#DevOps #learnk8s #100DaysOfCode #100DaysOfDevOps #homelab #kubernetes #Linux #Tech #TechWithX #Docker
-
This made me laugh out loud. Sooooo accurate 🤣
#DevOps #learnk8s #100DaysOfCode #100DaysOfDevOps #homelab #kubernetes #Linux #Tech #TechWithX #Docker
-
Boston Code Camp is pleased to welcome Bryan Hogan who will present "Docker - The Developer's Best Friend" at their November 22nd event. Registration is free and open - https://www.bostoncodecamp.com/
#docker #devcon #conference #developers #software #boston