PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → WEBDEV 26 - Docker Image - Issue
WEBDEV 26 - Docker Image - Issue
Iniciado por Mike Nadeau, 14,ene. 2021 02:21 - 1 respuesta
Publicado el 14,enero 2021 - 02:21
Hi,

I'm trying to get WebDev 26 working on a Linux server using the Docker image.

Here are the steps I do -

1) Get WinDev 26 image: docker pull windev/webdev:FR260056p

2) Create the volume: docker volume create vol

3) Run the container -

docker run \
-p 80:80 \
-v vol:/var/lib/WEBDEV/26.0/ \
windev/webdev:FR260056p

Everything works fine, but when I go to http://aa.bb.cc.dd/WDAdminWeb, I get the following error-

Error launching WDAdminWeb site.
(51, ERR_LAUNCH_FAILED)

I'm a bit lost... I tried with an older version (WEBDEV 25), and I get the same error.

Help?

Thanks,
Mike
Publicado el 24,febrero 2021 - 21:09
Hi there
I wonder if you solved it
I have the same problem