Gramine GSC - Container Networking #1443
-
Hello I have a question regarding Gramine Shielded Containers, I managed to build and sign a container using gsc. Now I am trying to reach another container from this graminized docker to another hostname using other container name, and I am getting the following error: hostname resolving error (lookup another-container on 168.63.129.16:53: no such host) Question: For communication between containers do both of them need to be build and signed using gsc? In that case, if all need to be built and signed by gsc, can at least the "another-container" not use sgx at all? Because I don't have that requirement, can be a graminized docker container but without sgx support? Went through the GSC docs and couldn't find answer to my question, Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@tiagorvmartins Thanks for the question! Pls kindly see my comments below.
No, I don't think so.
Do you have |
Beta Was this translation helpful? Give feedback.
@tiagorvmartins Thanks for the question! Pls kindly see my comments below.
No, I don't think so.
Do you have
sys.enable_extra_runtime_domain_names_conf = true
in your manifest? Pls see the gsc doc for details.