docker-tcp-switchboard
docker-tcp-switchboard copied to clipboard
Launch a fresh docker container per SSH connection
There's a config file in /example but it just seems to include another config file. I'm assuming overthewire is using this, would it be difficult to provide an example config...
for listing active connections/containers and killing them + reading out statistics
How many containers are allowed to be active at once? This is not a simple matter of counting the running containers, but also depends on the amount of available memory,...
Any running containers and open connections should not suffer from a configuration update
Reusing containers is nice, but it is useful to terminate a container after a week of lingering around, no matter what. For instance, a cleanup of the container may be...
containers can be reused so that the next incoming connection is forwarded to an already running container. When all connections are terminated, the container is also terminated. This means a...