1 2 3 4 5 6 7
| docker run --name ocr_web \ -p 8001:8000 \ -m 500M \ --restart=always \ --log-opt max-size=10m --log-opt max-file=10 \ --net zjx-network --ip 172.18.0.xxx \ -d registry.cn-hangzhou.aliyuncs.com/zhoujianxiong/chineseocr_lite:1.0 python3 app.py 8000
|
http://localhost:8001/ocr