Aims to build a docker job from FutuOpenD ubuntu version 5.3.1508
.
-
./build.sh
-
path_futuopend_xml=/path/to/FutuOpenD.xml
-
docker-compose up -d
openssl genrsa -out futu.pem 1024
docker attach containId
then type
input_phone_verify_code -code=123456
if Macos M1,then need to build with '--platform linux/x86_64'
docker build --platform linux/x86_64 . -t futu-open-d:2.19.1256 bash