Changes between Version 7 and Version 8 of ServerVirtualiserung


Ignore:
Timestamp:
Jun 3, 2022, 2:18:49 PM (4 years ago)
Author:
Johannes Lode
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerVirtualiserung

    v7 v8  
    8080      * Start-Kommando: `docker run -d tbd.`
    8181   * wieland-octoprint
    82       * local IP, Ports: `172.18.1.3`, 80/tcp
     82      * local IP, Ports: `172.19.0.3`, 80/tcp
    8383      * 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`
    8484      * 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.