From c06b73a1f30661dbc9c6cb04afaee95cd405aa69 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Sun, 4 May 2025 13:38:15 -0400 Subject: [PATCH] feat: enhance devcontainer configuration with network settings and host aliases. Part of #27 --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a6615f6..c870af1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,10 @@ "ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/github-cli:1": {} }, - "runArgs": ["--dns", "8.8.8.8", "--dns", "8.8.4.4"], + "runArgs": ["--dns", "8.8.8.8", "--dns", "8.8.4.4", "--network=host", "--dns-search=."], + "containerEnv": { + "HOSTALIASES": "/etc/host.aliases" + }, "customizations": { "vscode": { "extensions": [