<div dir="ltr">I'm trying to run some command in container through lxc-attach. The script is in python 2.7. Apparently, command like following does not raise a subprocess exception:<div><span style="color:rgb(0,0,0)">subprocess.check_output('lxc-attach -n c1 -- ls non_exist_dir')</span><br></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><font color="#000000">One way to get the stderr from the ls command running in container could be using -o option to direct the stderr to a local log file, then parse the log file to see any errors. It's not really a clean solution. I'm wondering if there is a better way to do this?</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">Thanks,</font></div><div><font color="#000000">Dan</font></div></div>