Skip to content

Commit

Permalink
added Docker info
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter authored Feb 18, 2021
1 parent 49c694e commit e6c98fd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,23 @@ Then run the installation:

wget --no-check-certificate https://raw.github.com/volkszaehler/vzlogger/master/install.sh
sudo bash install.sh

Docker
------

You can also build a docker container:

docker build -t vzlogger .
This will pull the newest vzlogger from volkszaehler github and build the container.
You can start it:

docker run --restart=always -v /home/pi/projects/vzlogger-docker:/cfg \
--device=/dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_D30A9U5N-if00-port0 \
--name vzlogger -d vzlogger

where /home/pi/projects/vzlogger-docker is the path to the directory containing the vzlogger.conf file and
/dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_D30A8U6N-if00-port0 is your device. You can pass several devices if you have them.

Mailing List
-------------
Expand Down

0 comments on commit e6c98fd

Please sign in to comment.