Skip to content
New issue

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

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

Open
j2udev opened this issue Dec 27, 2024 · 0 comments
Open
Labels
feature-request New feature or request

Comments

@j2udev
Copy link

j2udev commented Dec 27, 2024

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:

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.

@Kaniska244 Kaniska244 added the feature-request New feature or request label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants