devcontainers / devcontainers/cli

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

Aperta
#943 0 commenti 10 reazioni 0 assegnatari Vedi su GitHub
feature-request
Lingua principale
TypeScript
Stelle
3k
Fork
457
Merge medio
13h 17m
PR unite (30g)
6

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.