9 lines
164 B
Bash
Executable File
9 lines
164 B
Bash
Executable File
#/bin/bash
|
|
|
|
cd ..
|
|
docker run --name vnpy --rm \
|
|
-v `pwd`:/srv/vnpy \
|
|
-p 2014:2014 -p 602:602 \
|
|
vnpy:latest \
|
|
python /srv/vnpy/vn.trader/vtServer.py
|