A Dockerfile for the ArchiveTeam Warrior
Build, run, grab the container IP and access the web interface on port 8001.
Available as a Trusted Build on the index as archiveteam/warrior-dockerfile so you can just
docker pull archiveteam/warrior-dockerfile
# run without -d to follow the warrior install process
# you will need to detach or stop-and-start the container
docker run [-d] archiveteam/warrior-dockerfile
To access the web interface get the container IP from docker inspect and point your browser to http://IP:8001
You can stop and resume the Warrior with docker stop and docker start
