Prevent VSCode from pulling during devcontainer build
When using devcontainers in VSCode, I see that the command for building the image always includes the ‘–pull’ directive.. But what if I want to use a fully local base image?.. What if I don’t want it to be pulled and only use the locally cached one?
Prevent VSCode from pulling during devcontainer build
When using devcontainers in VSCode, I see that the command for building the image always includes the ‘–pull’ directive.. But what if I want to use a fully local base image?.. What if I don’t want it to be pulled and only use the locally cached one?
How to open the host’s browser automatically after Dev Container startup in VS Code?
I’m using the VS Code Dev Containers extension (v0.362.0) to do my development work. I would like to automatically open a specific website in the host’s web browser after the container has started up.