Getting Started
Adding Tags
Once you've ran the container for the first time, you need to add some tags so it knows what to collect. This can be done in two different ways, with the only constant being that in multi tag scenarios, they should be joined with a "," and nothing else.
For Example: tag1,tag2,tag3
NOT tag1 tag2 tag3
Single
The --single <tag> <site num>
arguement adds the listed tag to the db.
Example:
docker run -it --rm --name="lusterTest" -e TZ=Your/Zone -v "/path/to/downloads/:/app/downloads:rw" -v "/path/to/config/:/config:rw" medicbehindyou/luster:tagname --single tag1,tag2,tag3 0
Bulk
The --bulk
arguement adds all tags contained in entries.txt
to the DB.
Example Command:
docker run -it --rm --name="lusterTest" -e TZ=Your/Zone -v "/path/to/downloads/:/app/downloads:rw" -v "/path/to/config/:/config:rw" medicbehindyou/luster:tagname --bulk
tag1|0
tag2|1
tag3,tag1,tag7|2|+1
tag_(tag_of_tag),tag8,tag3|0
Your First Run
Once you've added some tags, you can start your first run with the same command you used before to set the DB up:
docker run -it --rm --name="lusterTest" -e TZ=Your/Zone -v "/path/to/downloads/:/app/downloads:rw" -v "/path/to/config/:/config:rw" medicbehindyou/luster:tagname