RAJverreauxblack.hashnode.dev·Jul 26, 2024Enabling Inter-Container Communication in VS Code with DockerWhen working with multiple development containers in VS Code, it's common to encounter issues with inter-container communication. Containers typically operate in isolated network namespaces, which prevents them from communicating via localhost. To re...1 likeDocker
Bryan Knoxknoxbits.hashnode.dev·Nov 11, 2023Add GitHub Copilot to new VS Code Dev Containers on your machineHere are some steps you can use on your local machine when you want to use GitHub Copilot in dev containers, but can't or don't want to add GitHub Copilot to the dev container's configuration. You can change your VS Code settings for dev contain so t...36 readsgithub copilot