devcontainers / devcontainers/cli
enable devcontainer up in detached mode
Ouverte
feature-request
- Langage dominant
- TypeScript
- Étoiles
- 3k
- Forks
- 457
- Merge moyen
- 13 h 17 min
- PR mergées (30 j)
- 6
Description
### Discussed in https://github.com/orgs/devcontainers/discussions/31
Originally posted by **Jogi7819** February 28, 2023
devcontainer up runs per default the command docker run with `-a STDOUT` and -a `STDERR`. The command is executed without issues but the bash gets never released and stucks. It would by nice to allow instead of the mentioned paramters to run devcontainer up in detach mode which should result in `docker run --detach ... `
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.