docker

Hello! When I configure a docker image, I encounter the following problems, how can I solve them?

[root@iZwz9d0nxbox77l0r5cu81Z TD]# docker run -it --rm -p 8080:80 trame-app

  • Restarting Apache httpd web server apache2 AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 172.17.0.2. Set the ‘ServerName’ directive globally to suppress this message
    [ OK ]
    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’)

make sure trame is installed in the venv of the docker image or make sure you mount it.

Hello! Can you go into more detail?

The cookiecutter provide the scripts to build the docker image and so on. You should start with that.