Skip to content
  • Nicolás Alvarez's avatar
    Add --init to the Docker instructions · a82bb14a
    Nicolás Alvarez authored
    When a browser exits, it stays as a zombie process, because the Python
    script isn't designed to run as PID1 and reap zombies. Adding --init makes
    Docker run tini as PID1 to handle that, and runs the Python script as its
    only child.
    a82bb14a