diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 574b5c1..452cee8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,6 +2,10 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/python { "name": "go:1.24-bookworm", + "runArgs": [ + "--name=agent", + "--network=host" + ], "dockerFile": "Dockerfile", "customizations": { "vscode": {