python runner没有执行

今天按照这个文档配置python
https://docs.seatable.cn/published/seatable-manual/docker/seatable-python-runner/Deploy%20SeaTable%20Python%20Runner.md

其中python-runner启动脚本start.sh只是pull了img,感觉这个img没有执行,我对docker不熟悉,这里是不是有什么地方搞错了。

$sudo docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/mariadb 10.5 8bd09b203b08 3 days ago 408 MB
docker.io/seatable/python-runner latest c07c10155ace 4 weeks ago 731 MB
docker.io/seatable/seatable-faas-scheduler latest 7275adf9165e 2 months ago 768 MB

$ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
571422c6fa17 seatable/seatable-faas-scheduler:latest “/sbin/my_init – …” About an hour ago Up 46 minutes 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp seatable-faas-scheduler
c8f94d24e90b mariadb:10.5 “docker-entrypoint…” About an hour ago Up 46 minutes 3306/tcp seatable-faas-scheduler-mysql

这个 img 是由本地的程序来 python-runner 收到运行脚本的请求后再启动的。运行完一次脚本就关闭。这样来保证安全性。

明白了,谢谢解答。
遇到一个新的小问题,现在执行row的查增删都正常,但是查询的时候报告警告信息:

WARNING: Couldn’t create ‘seatable_api.parsetab’. [Errno 13] Permission denied: ‘/usr/local/lib/python3.7/dist-packages/seatable_api/parsetab.py’

目录下没有这个文件