开发包下载地址 https://github.com/wheeliar/FANUC_Focas_API 源码地址 https://github.com/wheeliar/WindowsFormsAppforFanuc
根据Dockerfile生成镜像 docker image build -f ./Dockerfile -t bill:latest . 执行镜像生成容器 docker run -itd -p 5005:5005 bill --restart=always -v /etc/localtime:/etc/localtime:ro bill 进入doc…