-
I have the below configuration on the devcontainer.json file and I want to run some scripts before dockerbuild starts but the "initializeCommand" is not executed when the container is started.
```
{
…
-
It seems I cannot use the devcontainer feature in GitHub Codespaces. Tried looking at the creation log but the error only spewed out minified JS.
### Minimal reproduction sample
```json
{
…
sr229 updated
3 months ago
-
# 🐛 bug report
## Preflight Checklist
- [x] I have read the [Contributing Guidelines][contributing] for this project.
- [x] I agree to follow the [Code of Conduct][code_of_conduct] that thi…
-
Hey,
I think the behavior of Dev Container CLI for digest pinning is inconsistent between the image field and feature keys. For images, it accepts the following definition without a problem:
```…
-
I am encountering an issue with the Ruff VSCode extension where the autofix on save feature does not work initially when using a devcontainer. The feature only starts working after I reload the VSCode…
-
https://github.com/devcontainers/features holds "features" that can be composed for a GitHub codespace. It would be fabulous to have a `bun` feature that can be easily added to any project's `devconta…
-
### Problem Description
After installing Rancher Desktop,
when I enter `wsl -d rancher-desktop` and execute `code .`, the "Add New Devcontainer" function works well. However, when I open VSCode in W…
-
Installing docker-in-docker fails to curl, not sure what url. How can I fix this?
> [dev_containers_target_stage 6/6] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=docker…
-
### Feature Request
The "getting started as a contributor" should be clear and work for developers on Mac, Linux, Windows, and Windows Subsystem for Linux. This should include base requirements (such…
-
So using docker in offline scenarios is annoying enough but devcontainers seem to be even worse.
Is there any guide that explains how to use docker devcontainer with only the containers available on …