Relative Content

Tag Archive for visual-studio-codevscode-remotevscode-devcontainerdevcontainer

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?