本地环境搭建好了,intel dcap的sample也跑通了。docker build失败:
```bash
error: aborting due to previous error
error: could not compile `teaclave_dcap_ref_as`.
```
后来从docker hub pull了一个镜像 启动失败:
```bash
docker pull teaclave/teaclave-build-ubuntu-1804-sgx-dcap-1.6
# docker images
REPOSITORY TAG IMAGE ID
CREATED SIZE
teaclave/teaclave-build-ubuntu-1804-sgx-dcap-1.6 latest
2df43a07ce77 5 weeks ago 2.94GB
teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1 latest
064ec33c02d5 5 weeks ago
# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED
STATUS PORTS NAMES
98f1daa71a3d 2df43a07ce77 "/bin/bash" 27 seconds ago
Exited (0) 26 seconds ago
```
--
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/issues/334