Sign inSign up

thekevjames/fava

By thekevjames

Updated about 3 hours ago

Image
0

50K+

thekevjames/fava repository overview

fava

Docker Pulls

Description

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 version
  • in addition, each commit has its commit hash user as a docker tag

Usage

You 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.

Releasing

Whenever a new release of MySQLTuner is pushed, this library is updated accordingly (edit FAVA_VERSION).

Tag summary

Content type

Image

Digest

sha256:e33f06c7a

Size

72.2 MB

Last updated

about 22 hours ago

docker pull thekevjames/fava