Closed gmarkantonatos closed 2 months ago
Try running the container with the script in containers/run-docker-example.sh
. If this works, you can build DAPHNE with ./build.sh --no-deps --installPrefix /usr/local
from the container shell. This avoids building all the dependencies and uses those installed in /usr/local in the container and saves you a lot of time.
Thank you! I succeded in building thr project.
Hello, i am trying to run the Daphne docker container(daphneeu/daphne-dev:latest_X86-64_BASE) with windows, wsl and docker. I have followed your guide and got the container with docker pull daphneeu/daphne-dev:latest_X86-64_BASE. After that i use docker run daphneeu/daphne-dev and get the following error.
Also i have tried to get inside the container with
and run
./entrypoint-interactive.sh
but get the same errorCan you help me fix the issue ?