In order to run multiple commands in docker, use /bin/bash -c with a semicolon ; docker run image /bin/bash -c "cd /some/path; python a.py".
確定! 回上一頁