hi-primus/bumblebee

Unable to login in docker

Ashitabhkumar opened this issue · 2 comments

docker run --name mybee -p 3000:3000 -p 4000:4000 -e ADDRESS=192.168.1.3 hiprimus/bumblebee:latest
Login page is visible on chrome, however all attempts to create new login or clicking "sign in" button shows following error
"SyntaxError: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL"
image

Hi ashitabhkumar,

Follow this guide to use a Docker Container in a remote host.

Thanks Luis,
I was using Docker on windows 10 , which is not supported as per your documentation
(https://github.com/hi-primus/bumblebee/blob/develop-21.9/docs/install-bumblebee/install-via-docker.md)
"Please have in mind the host networking driver only works on Linux hosts, and is not supported on Docker Desktop for Mac, Docker Desktop for Windows, or Docker EE for Windows Server. "