SamuraiWTF / samuraiwtf

The main SamuraiWTF collaborative distro repo.
https://owasp.org/www-project-samuraiwtf/#SamuraiWTF_Project
GNU Lesser General Public License v3.0
453 stars 117 forks source link

AWS Workspaces version needs to set docker daemon DNS #173

Open corysabol opened 2 years ago

corysabol commented 2 years ago
cat /etc/docker/daemon.json 
{
    "dns":["8.8.8.8"]
}

Otherwise when containers use bridged networking they will not be able to resolve any names.