cli
cli copied to clipboard
A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.
Hello, I'm using devcontainers on MacOS, and it seems that UID/GID are not updated anymore (and I need them to be updated). I tried to modify the code and I...
Hi there, In my case, I fork an open source project which defines its own devcontainer Dockerfile. However, I need to make changes to it. If I make my changes...
In Jenkins we can start an agent on a docker image but those can't be devcontainers. I would love to see a Docker-like plugin for Jenkins, enabling us to spawn...
https://github.com/devcontainers/cli/issues/727
When creating a devcontainer with a removeUser that does not exist in the container, `devcontainer up` fails without a clear error The log output contains ``` Shell server terminated (code:...
This change uses cache mounts in the generated Dockerfiles for features to ensure that apt metadata and downloaded packages remain available throughout the build process without ever getting baked into...
When running `devcontainer exec` I'd like to change the `detachKeys` key binding since I use ctrl-p within vim. Currently I am setting `detachKeys` inside `~/.docker/config.json`, however I would like to...
I use the devcontainers action which calls the devcontainers cli to publish all templates at once. I want to support multiple platforms (aarch64 and amd64). I might follow https://github.com/devcontainers/images/tree/main/build#build-and-image-generation-for-devcontainers but...