Results 27 comments of w0rld

Hi, @thomasten, thank you so much for your reply. We want to use a TEE-enabled key-value database to perform query operation without leaking the keys, just return the values. Is...

@flxflx thanks a lot, looking forward your blog and white paper. I try to read the commit comments.

@guzongmin hi, you can use this Dockerfile to build a new image to reproduce this issue. ``` FROM occlum/occlum:0.26.2-ubuntu18.04 RUN git clone https://github.com/facebook/rocksdb.git /rocksdb WORKDIR /rocksdb RUN git checkout v6.15.4...

@guzongmin , when I run a [gorocksdb ](https://github.com/bronzeMe/occlum/tree/master/demos/golang/go_rocksdb) example, the errors are as below: To reproduce this issue, you can still use the [docker image](https://github.com/occlum/occlum/issues/780#issuecomment-1014291073), and pull the example code...

@guzongmin By using commands like 'copy_bom -f ../ping.yaml --root image --include-dir /opt/occlum/etc/template ', right? is there any docs about this? thanks.

@guzongmin Hi,has this issue been resolved? It appears that the `which $0` command still cannot be executed properly, and the following error occurs: ``` bin=`busybox which $0` busybox echo $bin...

> @marcelamelara I sketched a workaround, but there is no PR/commit/branch that you could actually test: [#1168 (comment)](https://github.com/gramineproject/gramine/issues/1168#issuecomment-1425620994) > > Unfortunately, this is a pretty hard problem. Well, maybe someone...