Provides a docker container for the Fava project. The container is based on Alpine Linux, so it should be obnoxiously small.
Note that I am not the maintainer of fava itself, please report any
issues with the tool upstream.
You can find the source code in this Github repo.
Tag description:
latest: whatever is the most recent build on master\d+.\d+.\d+: the latest build for a given fava versionYou can run this image via:
$ docker run --rm -it -p 5000:5000 -v/my/beancount:/data thekevjames/fava:latest /data/index.beancount
or via quay.io:
$ docker run --rm -it -p 5000:5000 -v/my/beancount:/data quay.io/thekevjames/fava:latest /data/index.beancount
For full usage information, see the Getting Started Guide.
Whenever a new release of MySQLTuner is pushed, this library is updated
accordingly (edit FAVA_VERSION).
Content type
Image
Digest
sha256:e33f06c7a…
Size
72.2 MB
Last updated
about 22 hours ago
docker pull thekevjames/fava