| | 54 | permanent laufende Docker-Container:: |
| | 55 | * trac |
| | 56 | * local IP, Ports: `172.18.1.2`, 80/tcp, 443/tcp |
| | 57 | * Start-Kommando: `docker run -d tbd.` |
| | 58 | * wrp |
| | 59 | * local IP, Ports: `172.18.2.3`, 9222/tcp |
| | 60 | * Start-Kommando: `docker run -d tbd.` |
| | 61 | * wieland-octoprint |
| | 62 | * local IP, Ports: `172.18.1.3`, 80/tcp |
| | 63 | * Start-Kommando: `docker run -d --restart unless-stopped -e TZ=Europe/Berlin -v /var/www/octoprint/data-for-docker:/octoprint --device /dev/ttyWieland:/dev/ttyACM0 --name wieland-octoprint --net lf-net --ip 172.18.1.3 octoprint/octoprint:canary` |
| | 64 | * Braucht nach dem Host-Neustart einen Restart-Kick via `docker restart wieland-octoprint`, weil der automatische Neustart fehlschlägt, da das NVM TTY beim Docker-Daemon-Start noch nicht verfügbar ist. |
| | 65 | * motioneye-cbs16, siehe SVN-URL https://usvn.vpn21.net/svn/Source-Projekte/Video-Ueberwachung |
| | 66 | * exposed Ports: 8765/tcp |
| | 67 | * Volumes: `motioneye-config-cbs16`, `motioneye-videos-cbs16` aka `/dev/disk/by-label/cbs16-motion` |
| | 68 | * Start-Kommando: `docker run -d --name="motioneye-cbs16" --network host --hostname="motioneye-cbs16.p21.net" -v /etc/localtime:/etc/localtime:ro --mount type=volume,source=motioneye-config-cbs16,destination=/etc/motioneye --mount type=volume,source=motioneye-videos-cbs16,destination=/var/lib/motioneye motioneye:20220526-1835` |
| | 69 | |