Currently, the computer-use-demo-latest application running within the nested Docker environment (Enclave) is not accessible from the host machine. This is likely due to incorrect port mapping or network configuration.
Steps to Reproduce:
Build and run the Enclave container using the following command:
Description:
Currently, the
computer-use-demo-latest
application running within the nested Docker environment (Enclave) is not accessible from the host machine. This is likely due to incorrect port mapping or network configuration.Steps to Reproduce:
http://localhost:8080
).Expected Result:
The application should be accessible from the host machine through the mapped ports.
Actual Result:
The application is not accessible from the host machine.
Possible Causes:
docker run
command.Proposed Solution:
docker run
command and ensure the ports are correctly exposed.--net=host
, ensure that no other processes are using the ports on the host machine.--net=host
is causing conflicts.Additional Notes:
docker:dind
image, which might have specific network configurations that need to be considered.Priority: High
Assigned To: [Assign to the appropriate developer]
Status: Open