docker-tcp-switchboard icon indicating copy to clipboard operation
docker-tcp-switchboard copied to clipboard

Launch a fresh docker container per SSH connection

Results 6 docker-tcp-switchboard issues
Sort by recently updated
recently updated
newest added

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

enhancement

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,...

enhancement

Any running containers and open connections should not suffer from a configuration update

enhancement

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...

enhancement

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...

enhancement