tsung-docker
tsung-docker copied to clipboard
SSH Port used by Erlang to connect to Tsung Agents should be configurable
When running the Docker containers in Mesos we can't always make the assumption that Mesos Slaves would open port 21.
We could export an environment variable called ERL_SSH_PORT
and have the agents connect via the port defined by this var instead.