We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
docker run -it zsh
So instead of:
devcontainer up
and
devcontainer exec --workspace-folder . zsh
There would be some alternative flag/command/whatever. It could maybe look something like:
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.
--workspace-folder
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
and
There would be some alternative flag/command/whatever. It could maybe look something like:
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.The text was updated successfully, but these errors were encountered: