If you want to run Splunk on your MAC OS Laptop device, you only have to run this command:
1.- Command:
docker run --platform linux/amd64 -d -p 8000:8000 \
-e "SPLUNK_START_ARGS=--accept-license" \
-e "SPLUNK_PASSWORD=splunk123" \
--name splunk splunk/splunk:latest
3.- Run in localhost:8000
4.- One more screen capture:
Top comments (0)