mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
feat: enhance devcontainer configuration with network settings and host aliases.
Part of #27
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user