Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 935 Bytes

File metadata and controls

29 lines (19 loc) · 935 Bytes

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