devcontainers / devcontainers/cli

Add the ability to start and exec into a devcontainer (docker run -it)

Đang mở
#943 0 bình luận 10 reaction 0 người được giao Xem trên GitHub
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ả

I would like to be able start and exec into my devcontainer with a single command (like you can with docker using `docker run -it zsh` for example).

So instead of:
```sh
devcontainer up
```
and
```sh
devcontainer exec --workspace-folder . zsh
```

There would be some alternative flag/command/whatever. It could maybe look something like:

```sh
devcontainer up -it --workspace-folder . zsh
```

As a side note, the `--workspace-folder` flag is a little unwieldy. It would be nice to at least have a shorthand.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.