Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli committed May 29, 2015
1 parent 8bd880a commit f5dc64b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions run.sh
Expand Up @@ -2,13 +2,7 @@ if [ ! -d data ]; then
mkdir -p data
fi

docker images | grep docker-xware
if [ ! $? -eq 0 ]; then
docker build -t docker-xware .
fi

docker run -d --privileged=true \
--name=xware \
-v $(pwd)/data:/app/TDDOWNLOAD \
-v $(pwd)/thunder/bin:/app/bin \
docker-xware
yinheli/docker-thunder-xware:latest

0 comments on commit f5dc64b

Please sign in to comment.