tsung-docker
tsung-docker copied to clipboard
No such file or directory
root@dc02 /home/kunthar # docker pull ddragosd/tsung-docker
root@dc02 /home/kunthar/tsung_test # docker run -e "ERL_SSH_PORT=22" -p 8091:8091 -v /home/kunthar/tsung_test:/usr/local/tsung ddragosd/tsung-docker:latest -f /usr/local/tsung/mytest.xml -k start
Generating SSH2 RSA host key: [ OK ]
Generating SSH1 RSA host key: [ OK ]
Generating SSH2 DSA host key: [ OK ]
Starting sshd: [ OK ]
Starting crond: [ OK ]
Tsung log directory should be 20160530-1419
Executin tsung -l /usr/local/tsung/ -f /usr/local/tsung/mytest.xml -k start ...
/usr/bin/tsung: illegal option -- k
Usage: tsung
/usr/bin/tsung-runner: line 29: cd: /usr/local/tsung/20160530-1419/: No such file or directory
tsung_1 | /usr/bin/tsung-runner: line 36: cd: /usr/local/tsung/20170118-0926/: No such file or directory
Try to replace -k start
with start -k
in docker run
command.