Skip to content

Commit

Permalink
Add Docker info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
3cky committed Mar 27, 2024
1 parent 9cee235 commit 0cf2cb0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,23 @@ To start the **mbusd** service on system boot:

# systemctl enable mbusd@<serial port>.service

Please check systemd documentation for other usefull systemd [commands](https://wiki.archlinux.org/index.php/systemd)
Please check systemd documentation for other usefull systemd [commands](https://wiki.archlinux.org/index.php/systemd).

Docker:
-------

**mbusd** can be launched in Docker container with the following command:

```shell
docker run -d --privileged \
--name=mbusd \
-p 502:502 \
-v /dev:/dev \
-v /path/to/mbusd.conf:/etc/mbusd.conf \
3cky/mbusd
```

where `/path/to/mbusd.conf` is the path to **mbusd** config file in the local filesystem.

Contributing:
-------------
Expand Down

0 comments on commit 0cf2cb0

Please sign in to comment.