Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
执行 ./runOperation.sh有报错 原因是docker images (app/lib/images)下没有operation镜像、或者镜像号与 docker-compose-operation.yml对不上, 下载与配置文件的镜像号相同的版本到images路径下,然后 docker load < 最后重新执行./runOperation.sh即可