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

Make blackbox easier to include in a docker dev container #355

Open
eburnette opened this issue May 27, 2022 · 0 comments
Open

Make blackbox easier to include in a docker dev container #355

eburnette opened this issue May 27, 2022 · 0 comments

Comments

@eburnette
Copy link

I'd like to use blackbox from a docker container (namely a dev container in VSCode) but all the current ways to install it require extra steps. I can think of 3 ways to do this:

  1. Create a dev container feature, as described in https://code.visualstudio.com/docs/remote/containers#_dev-container-features-preview .
  2. Allow installation with an npm command such as: npm install -g @stackexchange/blackbox
  3. Provide an installation script that can be used like: curl https://raw.githubusercontent.com/StackExchange/blackbox/master/install.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant