News

This project showcases a basic socket server-client communication using Python's socket library. It uses Docker to containerize the application, allowing for easy deployment and scaling. The server ...
This is a reverse proxy for your Docker socket that allows you to control what Docker API endpoints can be accessed by Docker clients such as Portainer, Diun and Watchtower. Using a proxy is important ...
When your running a process inside a Docker container that needs to communicate with processes outside the container is it safe to map the directory with the listening socket into the container?