```bash docker run -it --rm python:alpine sh -c "python sssssssss.py ; echo $?" ``` > Segmentation fault (core dumped) 139 expect: ```bash python sssssssss.py ; echo $? ``` > python: can't open file 'sssssssss.py': [Errno 2] No such file or directory 2 ****