cli
cli copied to clipboard
A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.
From devcontainers/ci#212 Does this CLI work with `.devcontainer/**/devcontainer.json (where ** is a sub-folder)` from the specs? https://containers.dev/implementors/spec/#devcontainerjson
Hi, This issue is a follow-up issue for those following issues: - https://github.com/docker/for-win/issues/14380 - https://github.com/microsoft/vscode-remote-release/issues/10301 So the problem is following, somehow docker CLI doesn't like to mount folders, which are...
Fix a typo in the test.md
I found this issue: https://github.com/microsoft/vscode-remote-release/issues/6464 If I want to Build a devcontainer I have to export http_proxy as ENV, otherwise I cannot install the feature. I am behind a corporate...
Reported in the [Dev Container Community Slack](https://github.com/orgs/devcontainers/discussions/3) [**(ref)**](https://github.slack.com/archives/C0431R35H37/p1680402927120119). Dockerhub has a lot of special cases that this CLI's container registry implementation needs to support. One that I noticed is that...
We're hosting our own internal dev container images and features, and it works great (good job!). However, there are some custom features we're making that require user input, and we're...
Hi, I would like to express my sincere gratitude to the maintainers of this wonderful tool. I have a question concerning the `--secrets-file` option. Currently, the file passed to `--secrets-file`...
I want to express my sincere appreciation for making Dev Containers a reality; I've been a huge fan since its launch! Over the past few months, I've put together my...
I have a somewhat similar case to https://github.com/devcontainers/cli/issues/295 and https://github.com/devcontainers/cli/issues/497 where I have a "control" container managing child instances. The control container itself is *also* in Docker, so the workspace...
microsoft/vscode-remote-release#10178