1 dépôt
Techniques for running multiple related binaries as a single unit within a container using entrypoint scripts.
Distinguishing note: None of the candidates cover general multi-process coordination within a single Docker image; they focus on specific 'as-a-Service' delivery models.
Explore 1 awesome GitHub repository matching devops & infrastructure · Containerized Process Coordination. Refine with filters or upvote what's useful.
This project is a Docker container that integrates the Transmission BitTorrent client with an OpenVPN client. It functions as a VPN-routed torrent gateway, bundling the application and the VPN client into a single environment to ensure torrent traffic is routed through an encrypted tunnel to mask the user's identity. The container acts as a wrapper that isolates encrypted traffic from the host. It enables a private torrenting workflow where the Transmission web interface remains accessible for remote management while the underlying data transfers are routed through the VPN. The system includ
Implements a custom startup script to coordinate the OpenVPN and Transmission processes within one container.