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

nice to include the addon builder, better clear documentation about sensible defaults for environment variables. #12

Open
kundeng opened this issue Apr 3, 2024 · 1 comment
Assignees
Labels
Support Request I need help with something!

Comments

@kundeng
Copy link

kundeng commented Apr 3, 2024

Looking for a one-line solution to spawn a dev environment, this project is very close.

Nice if you could also include the addon builder, some sample app templates, and improve sensible defaults.

I ran SPLUNK_EVENTGEN=1 SPLUNK_START_ARGS=--accept-license SPLUNK_ML=1 bash <(curl -Ls https://bit.ly/splunklab)
on mac on orbstack. port 8000 doesn't seem to work on localhost but fortunately splunklab.orbstack.local:8000 works, although the orbstack's secure, signed cert doesn't seem to be used.

Then I found out the container is removed, when I stop it! (missing another env variable).

@dmuth dmuth self-assigned this Apr 4, 2024
@dmuth dmuth added the Support Request I need help with something! label Apr 4, 2024
@dmuth
Copy link
Owner

dmuth commented Apr 4, 2024

Answering these out of order:

Then I found out the container is removed, when I stop it!

As a general rule, Docker containers should be considered ephemeral. That is, the container itself is not long-lived, nor should it be expected to be long-lived. If there is something in the container that you want to persist outside of the container, it should be in a volume.

Nice if you could also include the addon builder, some sample app templates,

The what and the what? Please tell me where I can get these things. Or submit a PR if you prefer and we can go from there.

improve sensible defaults.

....? This does not give me anything useful to work with. What defaults are you running into issues with? I can't address things I don't know about.

Also, since Docker images can extend other images, depending on what you're looking to do, the quickest path forward may be to build your own container based on this one, with whatever defaults you'd like to see set up in the Dockerfile.

-- Doug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Request I need help with something!
Projects
None yet
Development

No branches or pull requests

2 participants