I can start it without any issue:

```
docker run  --rm -it baiduxlab/sgx-rust:1804-1.1.2 /bin/bash -c 
"LD_LIBRARY_PATH=/opt/intel/sgx-aesm-service/aesm 
/opt/intel/sgx-aesm-service/aesm/aesm_service && ps x"
  PID TTY      STAT   TIME COMMAND
    1 pts/0    Rs+    0:00 ps x
    7 ?        Rsl    0:00 /opt/intel/sgx-aesm-service/aesm/aesm_service
```

Note that `.bashrc` will only be source when you start bash in the docker image.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/237#issuecomment-630539544

Reply via email to