how to use docker?

Hi Sebastien,
I did follow guide in that Git repo (GitHub - Kitware/paraview-visualizer: Web frontend to ParaView based on trame) . Steps are :

  1. Clone git : git clone https://github.com/Kitware/paraview-visualizer.git
  2. Change dir into parview-visualizer/docker : cd paraview-visualizer/docker
  3. Run script : ./scripts/build_image.sh . I managed to build the image : pv-visualizer

➜ ~ docker images -a | grep pv-visualizer
pv-visualizer latest 4c54783983cb 18 hours ago 2.33GB

  1. Run script: ./scripts/run_image.sh . Since this script wrappers docker run so there is no error appeared in the terminal. I did run docker directly by the following command
➜  docker git:(master) ✗ docker run --rm --gpus all -p 8080:80  -v "$HOME:/data" pv-visualizer
 * Restarting Apache httpd web server apache2
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message
   ...done.
Starting server...
Starting the wslink launcher at
/deploy/server/venv/bin/python: Error while finding module specification for 'wslink.launcher' (ModuleNotFoundError: No module named 'wslink')