hledger/docker
2019-01-31 12:44:12 -08:00
..
build-dev.sh package: added helper scripts in docker/ 2019-01-31 12:44:12 -08:00
build.sh package: added helper scripts in docker/ 2019-01-31 12:44:12 -08:00
README.md package: added helper scripts in docker/ 2019-01-31 12:44:12 -08:00
run.sh package: added helper scripts in docker/ 2019-01-31 12:44:12 -08:00
start.sh package: added Dockerfile 2019-01-29 16:14:03 -08:00

Instructions

Build slim container with binaries only:

./build.sh

Build container suitable for development:

./build-dev.sh

Run hledger-web in the container:

./run.sh /path/to/your.journal web

Run shell in the container (your files will be in /data):

./run.sh /path/to/your.journal bash

Run hledger command in the container:

./run.sh /path/to/your.journal hledger [ARGS]

Script start.sh is included inside container and used to start hledger-web, there is no need to run it manually.