Skip to content

Fazzani/WebGrabDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webgrab++ Docker one shot

Build Status Docker Stars Docker Pulls

WebGrab++ docker one shot run (the container run only once and exit) Docker image

Example

# Get PGID and PUID
id $(whoami)

# build new image

docker build --build-arg WEBGRAB_VER="3.1.0" -t synker/webgraboneshot:latest .

# running a test
docker run -it --rm -v "${PWD}/config:/config" -v "${PWD}:/data" -e "DEBUG=true" synker/webgraboneshot:latest

docker run -it --rm -v "${PWD}/config:/config" -v "${PWD}:/data" -e "PAT=${PAT}" synker/webgraboneshot:latest

# create archive file from result
tar zcvf guide.tar.gz guide.xml

About

WebGrab++ docker run one shot (the container run once and exit)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors