需求:linux的sh脚本,启动docker容器里面的python服务
docker exec 7c bash -c "cd /home/python/project/fastapi;source /etc/profile;python3 -u main.py -Dfile.encoding=utf-8 2>&1 &"
docker exec 7c bash -c "cd /home/python/project/fastapi;source /etc/profile;python3 -u main.py -Dfile.encoding=utf-8 2>&1 &"