Feature request: @devcontainers/cli
as a docker CLI plugin
#827
Labels
feature-request
New feature or request
@devcontainers/cli
as a docker CLI plugin
#827
We've found it difficult to on-board users accustomed to the docker CLI to
@devcontainers/cli
.It would be awesome if
@devcontainers/cli
were a docker CLI front-end plugin, similar todocker compose
,docker buildx
, etc.Partially the motivation is similar to existing issues/PRs -- having a way to use the CLI without node would be great:
This would also hopefully provide incentive to better align with docker CLI idioms. For example:
docker build
, and Buildx/compose havedocker buildx build
anddocker compose build
.docker run
, and compose hasdocker compose run
.For example, in the absence of
devcontainer run <args>
, we find ourselves writing scripts to wrap@devcontainers/cli
and mimic the behavior:It would be really neat to type
docker devcontainer build .
ordocker devcontainer run --rm -it ...
, especially if the@devcontainers/cli
plugin also shipped shell completions!The text was updated successfully, but these errors were encountered: