SelfhostedPro / Yacht

A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.
MIT License
3.32k stars 158 forks source link

[Bug Report] Containers not displayed in Yacht #636

Closed Zelatrix closed 4 weeks ago

Zelatrix commented 9 months ago

Describe the bug A clear and concise description of what the bug is.

I created the Yacht container from the Docker compose on ARM and when it boots, bithing is displayed on the dashboard, but the containers are listed under "applications"

To Reproduce Steps to reproduce the behavior:

  1. Navigate to the [ip]:port address
  2. Log into Yacht
  3. No containers are displayed

Expected behavior I expected my containers to be displayed on my dashboard

Desktop (please complete the following information):

Logs The tail end of the logs file for the container is:

File "/./api/actions/apps.py", line 503, in stat_generator
    current_stats = await process_app_stats(line, app_name)
  File "/./api/actions/apps.py", line 537, in process_app_stats
    mem_current = line["memory_stats"]["usage"]
KeyError: 'usage'
turbo112 commented 8 months ago

Exactly the same here on 2 installations. Only difference is the docker host OS: It's an Alpine Linux 3.19.0

Any Hint's?

KotletJB commented 8 months ago

same issue