Run ArchiveTeam Warrior on Google Cloud Compute
- Create an instance and then ssh into it.
- Install docker using
sudo apt-get install docker.io
- Add yourself to the docker user group
sudo usermod -aG docker steven
- Restart the docker service using
sudo service docker restart
or reboot usingsudo reboot
, if you restarted the service you’ll need to logout and back in due to the change in group. - Run the warrior
docker run -d -p 8001:8001 archiveteam/warrior-dockerfile
Congradulations you can now exit
and use ssh -L 8001:localhost:8001 google-server
to forward your local port 8001, and then fire up your browser to http://localhost:8001
!
There is no need to download the dockerfile manually.
If you want to select the project running without using a browser see this blog post.