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 Jun 8, 2015
1 parent f5dc64b commit 1c80b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Expand Up @@ -2,7 +2,7 @@ if [ ! -d data ]; then
mkdir -p data
fi

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

0 comments on commit 1c80b81

Please sign in to comment.