Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.05 KB

Docker Tsung image

Supported tags and respective Dockerfile links

Build and update process

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.

Run

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.

Configuration file

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