devcontainers / devcontainers/cli
enable devcontainer up in detached mode
Đang mở
feature-request
- Ngôn ngữ chính
- TypeScript
- Star
- 3k
- Fork
- 457
- Merge trung bình
- 13 giờ 17 phút
- Pull request đã merge (30 ngày)
- 6
Mô tả
### 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 ... `
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.