Containerized instance of anon, the anonymous Wikipedia edits twitter bot
1.2K
A containerized instance of anon. Available from the public Docker registry at lbjay/anon-docker
The container's entrypoint script can fetch your config.json from a url at
runtime, e.g., from a (private) gist.
docker run -t -i -e ANON_CONFIG_URL=<raw gist url> lbjay/anon-docker
Alternatively, you can mount a local config file into the container.
docker run -t -i -v /path/to/config.json:/opt/anon/anon/config.json --privileged=true lbjay/anon-docker
You can provide additional options, like --verbose or --noop to anon by
appending them to the end of the docker run command. The entrypoint script
will pass them along to the script.
Content type
Image
Digest
sha256:8c851756d…
Size
283.3 MB
Last updated
about 7 years ago
docker pull lbjay/anon-docker