docker-alpine icon indicating copy to clipboard operation
docker-alpine copied to clipboard

alpine-rt has configuration errors

Open larsks opened this issue 10 years ago • 0 comments

It looks as if the alpine-rt image has configuration issues. When started as:

docker run -it k0st/alpine-rt

And then connecting to:

http://<container_ip>/

There are 404 errors on the login page for:

  • http://the-container-ip/NoAuth/js/squished-9c4c228b88178015274a7c0ae991bc88.js
  • http://the-container-ip/static/images/bpslogo.png

The first file indeed does not exist, and while there is a file /opt/rt4/share/static/images/bpslogo.png it looks as if either RT or Lighttpd are not configured appropriately for it to be found at the above URL.

larsks avatar Dec 06 '15 15:12 larsks