-
Notifications
You must be signed in to change notification settings - Fork 2
User Guide for Docker image
Trung Le edited this page Jul 15, 2021
·
2 revisions
Run using Docker:
# this will run all commands, using local env file
# image is hosted on GithubPackage
docker run --rm \
--volume "$(pwd)/.env:/app/.env" \
-it ghcr.io/jackblk/fb-adlist-remover:latest all
# will run `del-ad` only, with option of loading 10 lists of advertisers
# using env from CLI, image is hosted on DockerHub
docker run --rm \
--env "FB_COOKIES=cookies_here" \
-it jackblk/fb-adlist-remover:latest -c 10