This project provides a slim alpine docker image(~1GB) running the ghidra server allowing collaborative work.
- Clone this repo(or just the docker-compose.yml + add_users.sh)
docker-compose up -d
you can exclude the -d if you want to see the logs../add-users username1 username2 ...
(the default password ischangeme
, expires after 24 hours, changeable from the Ghidra client)- Connect to the server from the Ghidra client on port
13100
docker-compose down
to stop the container
- make sure that you have docker installed and that the repo directory is included in docker file sharing(under settings)