Replies: 1 comment 2 replies
-
It if has anything to do with qemu this is probably the wrong place to ask. It could either be that qemu isolates the network and prevents you from accessing it. To see if the issue lies with qemu or npm, go ahead and connect into the docker container so you have a shell inside the container, and run
If you receive a html string containing Regardless if you found a fix for your issue, you can link it here as the answer. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to install the docker on a QEMU.
I have changed the ports from the host to the following
'8080:80' - '8081:81' - '8443:443'
This is because the the host doesn't let you use the ports under 1024.
After the installation docker log says Renew complete and no logs after that.
I'm trying to use port 8081 as it is routing to 81. But setup is not coming up. Is there something I need to change or is there a different way to install for QEMU.
I know the numbers are stupid. Just put them together to see if it is working.
Thank you for the help
Beta Was this translation helpful? Give feedback.
All reactions