10 private links
Хабр: Безопасный доступ к умному дому при отсутствии публичного IP (часть 2).
https://habr.com/ru/post/505412/
Хабр: Автоматическое тестирование микросервисов в Docker для непрерывной интеграции.
https://habr.com/ru/post/503334/
Хабр: Реализация команд docker pull и docker push без docker клиента посредством HTTP запросов.
https://habr.com/ru/post/504314/
Хабр: Mikrotik RouterOS в Docker / Хабр.
https://habr.com/ru/post/498012/
Хабр: Рабочая станция в Docker контейнере / Хабр.
https://habr.com/ru/post/498004/
Про то, как поднять контейнер Nginx и настроить для него автообновление сертификатов LetsEncrypt, есть довольно много статей. В этой будет описана довольно нестандартная схема. Основные...
Docker is a container-based application framework, which wraps a specific application with all its dependencies in a container. Docker containers can easily to ship to the remote location on start there without making entire application setup. This tutorial will help you to install Docker on Debian 10 Buster Linux distribution. Step 1 – Prerequisites First …
One best practice when running a container is to launch the process with a non root user. This is usually done through the usage of the USER instruction in the Dockerfile. But, if this instruction…
Enable Docker Remote REST API on Docker Host. Connect to a remote docker host to manage the container remotely over a browser easily
Using hosts configuration in daemon.json file is conflicting with the default systemd -H fd:// config. Of course, I can edit the /lib/systemd/system/docker.service file or duplicate it as /etc/systemd/system/docker.service or even add a ...
I'm trying to make NginX or HAProxy use proxies while connecting to upstream URLs, something like this: Browser -> Nginx/HAProxy -- SOCKS5 Tunnel --> Remote I wonder if it's possible? Edit...
A set of tools to help users proxy requests in docker based on domains - w1ndy/docker-proxy-domain