summaryrefslogtreecommitdiffstats
path: root/ship/t/docker/docker_remote_punani.sh
blob: c006f013606b6018e986899ad25702ffd53cb0bb (plain)
1
2
3
4
5
#!/bin/sh
cd $(dirname $(readlink -f $0))
docker_id=$(docker run -rm=true -d -v $PWD/punani/:/test  ubuntu /bin/sh /test/remote_punani)
trap "docker rm $docker_id" INT TERM EXIT QUIT
docker wait $docker_id