Added docker link to other languages section of index.html (main page).

This commit is contained in:
joan2937 2021-01-03 11:29:32 +00:00
parent 7baf4a6467
commit 0f2927b727
1 changed files with 4 additions and 0 deletions

View File

@ -622,6 +622,10 @@ Languages</h3>
for pigpio.<br></p>
<p>Some are listed here:<br></p>
<ul>
<li><a href="https://hub.docker.com/r/zinen2/alpine-pigpiod">Docker</a>
Note that pigpio does not support or accept issues relating to problems of running in docker. Use the docker projects own <a href="https://github.com/zinen/docker-alpine-pigpiod/issues">issue tracker</a> for that (zinen)</li>
<li><a href="https://github.com/skvamme/pigpio">Erlang</a>
(skvamme)</li>
<li><a href="https://github.com/mattjlewis/pigpioj">Java</a> JNI