devcontainers / devcontainers/cli

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

オープン
#943 コメント 0 件 リアクション 10 件 担当者 0 名 GitHub で見る
feature-request
主要言語
TypeScript
スター
3k
フォーク
457
平均マージ
13時間 17分
マージ済み PR(30日)
6

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。