WebGrab++ docker one shot run (the container run only once and exit) Docker image
# 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