diff --git a/bash/change-hosts-on-windows.sh b/bash/change-hosts-on-windows.sh new file mode 100644 index 0000000..72d068e --- /dev/null +++ b/bash/change-hosts-on-windows.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sed -i 's/.* host.docker.internal/127.0.0.1 host.docker.internal/' /c/Windows/System32/drivers/etc/hosts \ No newline at end of file