You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inside the docker-qemu-rpi-os container run as following: docker run -td -p 127.0.0.1:5022:5022 -p 127.0.0.1:8080:8080 carlosperate/qemu-rpi-os-lite
I just installed apache2:
sudo apt-get update
sudo apt-get install apache2
From the Windows host I run: curl http://127.0.0.1:8080/
but I only get the following error message:
curl: (52) Empty reply from server
Do you have any idea why this happens? Thanks and regards
The text was updated successfully, but these errors were encountered:
Hi,
inside the docker-qemu-rpi-os container run as following:
docker run -td -p 127.0.0.1:5022:5022 -p 127.0.0.1:8080:8080 carlosperate/qemu-rpi-os-lite
I just installed apache2:
From the Windows host I run:
curl http://127.0.0.1:8080/
but I only get the following error message:
curl: (52) Empty reply from server
Do you have any idea why this happens? Thanks and regards
The text was updated successfully, but these errors were encountered: