idaholab / Malcolm

Malcolm is a powerful, easily deployable network traffic analysis tool suite for full packet capture artifacts (PCAP files), Zeek logs and Suricata alerts.
https://idaholab.github.io/Malcolm/
Other
327 stars 53 forks source link

how to build and start docker container using docker images #438

Closed kirankalelkar closed 3 months ago

kirankalelkar commented 3 months ago

Dear Team, I am tried but i am unable to up the docker conatiner. this is my request please add the updated configuration setting in README.md file. How to build and start container using docker images.

mmguero commented 3 months ago

The documentation you're looking for can be found here in the Quick start guide, or in this installation example using Ubuntu.

As the instructions say, you'll need to run ./scripts/configure to configure Malcolm, ./scripts/auth_setup to configure authentication, and then docker compose --profile malcolm pull will pull the images (depending on how you have Docker installed, you may need to run docker-compose instead of docker compose, if that command fails).

kirankalelkar commented 3 months ago

i have tried but no luck when i run the ./scripts/auth_setup getting below error. Exception: auth_setup should not be run as root

please check below screenshot for your referance. malcolm fail 1