Skip to content

theroflcoptr/warrior-dockerfile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Dockerfile for the ArchiveTeam Warrior

Warrior logo Docker logo

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

About

A Dockerfile for the ArchiveTeam Warrior

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%