Hello,
I'm testing against a local target and the Docker sandbox is unable to resolve the URL. I tried generating a new custom image with an /etc/hosts entry, but it gets overwritten on startup.
When the Docker sandbox is running, I access it using docker exec, and if I run curl against the URL, CAIDO returns some HTML and the following text can be seen:
Failed to acquire connection
Caused by:
0. Failed to query DNS
- DNS error for test.internal.lan
- failed to lookup address information
How can I add hosts entries to the Docker container, or what other solution could I use?
Hello,
I'm testing against a local target and the Docker sandbox is unable to resolve the URL. I tried generating a new custom image with an /etc/hosts entry, but it gets overwritten on startup.
When the Docker sandbox is running, I access it using docker exec, and if I run curl against the URL, CAIDO returns some HTML and the following text can be seen:
Failed to acquire connection
Caused by:
0. Failed to query DNS
How can I add hosts entries to the Docker container, or what other solution could I use?