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

Package CLI tools with Docker #49

Closed
oscar60310 opened this issue Sep 7, 2022 · 0 comments · Fixed by #48
Closed

Package CLI tools with Docker #49

oscar60310 opened this issue Sep 7, 2022 · 0 comments · Fixed by #48
Assignees
Labels

Comments

@oscar60310
Copy link
Contributor

What’s the problem you're trying to solve

Most data analysts haven't installed NodeJS in their environment, we can provide some alternative solutions for them.

Describe the solution you’d like

Package our CLI and NPM to a Docker image, then we can use docker run -it vulcan/cli <some-command> directly, e.g. docker run -it -v ${PWD}:/usr/app -p 3000:3000 run -it vulcan/cli init.

Users can use an alias the avoid duplicated commands

alias vulcan="docker run -it -v ${PWD}:/usr/app -p 3000:3000 run -it vulcan/cli"
vulcan init

Additional context

@oscar60310 oscar60310 added the type/enhancement Feature request label Sep 7, 2022
@oscar60310 oscar60310 self-assigned this Sep 7, 2022
@oscar60310 oscar60310 linked a pull request Sep 7, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Released
Development

Successfully merging a pull request may close this issue.

1 participant