Docker installation help

Enonic version: latest
OS: Win10

I’m trying to follow the docker tutorial to see if I can get a XP-installation on docker.
Everything seems to work fine until I try to point my browser to http://xp-app:8080, then I get an ERR_NAME_NOT_RESOLVED.

I’m hoping It’s just a docker newbie mistake, please help

Hi!

Are you building your own image on Windows?

Not sure which tutorial you are referring to. In any case, ERR_NAME_NOT_RESOLVED is that your machine does not know the path to the app.

I think you should be able to reach it with localhost:8080 or 0.0.0.0:8080

By typing docker ps there should be some info on what address and port the container can receive traffic. In the example below its 0.0.0.0:8000

Thank you for your reply.

After some investigations it seems that the problem is burried deep in a mix of Win10 + Hyper-V as the MobyLinux VM fails to initiate on start up, and probably some corporate limitations on my dev VM.

This topic was automatically closed after 24 hours. New replies are no longer allowed.