PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → WEBDEV 26 - Docker Image - Issue
WEBDEV 26 - Docker Image - Issue
Débuté par Mike Nadeau, 14 jan. 2021 02:21 - 1 réponse
Posté le 14 janvier 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
Posté le 24 février 2021 - 21:09
Hi there
I wonder if you solved it
I have the same problem