SamuraiWTF / samuraiwtf

The main SamuraiWTF collaborative distro repo.

Home Page:https://owasp.org/www-project-samuraiwtf/#SamuraiWTF_Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Workspaces version needs to set docker daemon DNS

corysabol opened this issue · comments

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.