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