Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Build Raspberry PI image

Martin Schurig edited this page Feb 25, 2019 · 2 revisions

Notes for myself

sudo ifconfig eth0 mtu 1500 # somehow needed for the network to work properly
docker build -t schurig/ynab-bank-importer:latest-rpi -f Dockerfile.rpi . && docker push schurig/ynab-bank-importer:latest-rpi
Clone this wiki locally