docker-web-gui
docker-web-gui copied to clipboard
Not "Connected"
- The web gui is up.
- Dockers are running.
- docker ps lists a few containers
- docker image ls shows a bunch of images
The Web GUI is completely blank. Where do I start?
Can you take a look at the terminal log in the browser?
I encountered this after installing on my test server and running node app.js
directly. The REST api is hard-coded to reach out to localhost but I was requesting the client on testserver.local.
I tried using both docker-compose & docker build thinking they would prevent the host resolution issues, but the build fails on npm install --silent
due to a non-zero exit code.
I also counter this problem. No error messages in running node app.js
. Docker is always up and running and it has been granted to the current user. But the UI is blank.
Hi all! This has been fixed along with the permission issues. Please pull latest changes from master
. Then use docker-compose build
and docker-compose up
to run the application.
If you are still facing this issue please re-open it.