devcontainers / devcontainers/cli

Usage of --id-label yields hanging process

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

Descrizione

Version of devcontainer-cli: 0.52.1
OS: Ubuntu 20.04
Shell: bash/zsh

Issue: Using `--id-label` to identify the container, and be able to spawn multiple devcontainers based on the same `devcontainer.json`, yields a hanging process after starting the container with `devcontainer up`.

Expected behavior: The process should not hang, as is the case if --id-label is not used.

Reproduce:
- Clone this repository: `git clone https://github.com/devcontainers/cli.git`
- Start devcontainer with id-label: `cd cli && devcontainer up --workspace-folder . --id-label name=hello`

Simply using `devcontainer up --workspace-folder .` works as expected.

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.