jonuwz / splunk-compose

docker compose environements for splunk
2 stars 3 forks source link

update to splunk 9? Also what is your docker build doing? #1

Open kundeng opened 7 months ago

kundeng commented 7 months ago

Hello, you seem to be hacking the splunk/splunk docker image in your build. Could you please explain what you are doing? How likely this wilk work if latest splunk image is used?

kundeng commented 1 month ago

your ansible-defaults.py was never invoked. Not in parent splunk/docker or splunk/ansible projects. So I'm not sure how your code would even work. Thanks.

Also in order for it to work, you need to at run-time mount docker.sock, not during build time, and build-time host networking is insufficient to get it to work. I don't see that in any of your docker-compose files either.

Can you care to explain? I'm confused. :-) Thanks.