devcontainers / devcontainers/features
docker in docker: Error: there is no registered task type 'docker-run'
Open
- Dominant language
- Shell
- Stars
- 1.5k
- Forks
- 621
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 4
Description
When using the docker in docker feature docker tasks are not detected:
The output gives:
```
Error: there is no registered task type 'docker-build'. Did you miss installing an extension that provides a corresponding task provider?
Error: there is no registered task type 'docker-run'. Did you miss installing an extension that provides a corresponding task provider?
```
My suspicion is that the tasks.json is parsed before the addon is installed.
Contributor guide
Assessment
This issue has not been assessed yet.