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 inspector available as a Docker image #237

Open
aaronpowell opened this issue Mar 31, 2025 · 0 comments · May be fixed by #257
Open

Make inspector available as a Docker image #237

aaronpowell opened this issue Mar 31, 2025 · 0 comments · May be fixed by #257
Labels
enhancement New feature or request

Comments

@aaronpowell
Copy link

Is your feature request related to a problem? Please describe.
To run inspector you need to have node installed and run it using npx. This might not be ideal in some situations, and having it available as a Docker image that you can run would allow for an alternative way to launch it, especially on Windows where configuring the environment variables it's as clean as on Linux.

Describe the solution you'd like
For a container image, the environment variables can be passed to docker run, as well as the endpoint to connect to. This does have a slightly higher level of complexity if you want to use stdio as the transport layer, but you could always solve that by mounting a volume. It might make sense to have runtimes like Python and Node in the container image as well.

Describe alternatives you've considered
I could publish/maintain my owner container image, but having it provided via the official repo would be better for the broader community.

Additional context
Ultimately, I'm wanting to integrate it with .NET Aspire as an integration, and while it can be done using npx, a container image would be a more preferred approach.

@aaronpowell aaronpowell added the enhancement New feature or request label Mar 31, 2025
@aaronpowell aaronpowell linked a pull request Apr 3, 2025 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant