alterakey/blutter-docker

GitHub: alterakey/blutter-docker

Stars: 0 | Forks: 0

# README blutter-docker provides a minimal Dockerfile for blutter. ## Quickstart We provide containers so you can use right away as follows (built daily): $ docker run --rm -v $(pwd):/t ghcr.io/alterakey/blutter indir outdir ## Building If you prefer to build for some reason, you can build as follows: $ docker build -t blutter https://github.com/alterakey/blutter-docker.git You can pin the upstream revision by passing the `rev` build-time argument, for example: $ docker build -t blutter --build-arg rev=528acbe https://github.com/alterakey/blutter-docker.git