bannsec / autopsy_docker

Docker build for autopsy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to start?

fam4r opened this issue · comments

commented

Hi,
how can I start autopsy once pulled the docker image?

thank you

Something like this should work:

sudo docker run -d -it --shm-size 2G -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY --network host bannsec/autopsy
commented

It works, thank you.