This image is automatically built at every push of this repository and every time that the erlang:18
base image gets updated in order to ensure that bugfixes and security updates are immediately applied.
docker run -p 8091:8091 -v /path/to/tsung.xml:/root/.tsung/tsung.xml -v /path/to/logs:/root/.tsung/log -P prima/tsung:1.6 start
Or, you can create your own derived image, with the configuration in the image itself.
FROM prima/tsung:1.6
COPY my-config/tsung.xml /root/.tsung/tsung.xml
You should be able to access the web-ui on the 8091 IP address while tests are running.
You can find some examples of the tsung.xml
in the official repository: https://github.com/processone/tsung/tree/master/examples
And in the official docs: http://tsung.erlang-projects.org/user_manual/index.html