Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

cAdvisor

Featured Replies

Can anyone help me understand how to read docker container size in cAdvisor? I've read here that it can be used to help understand which docker images are growing in size.

 

What should I be looking at to see this? On the main docker containers page within cAdvisor I see the size of images listed, but this is the size on the repo. If I go into each container the only place I see a size is the virtual size of each process, but that seems like a strange way to represent size and I'm not sure if that is actually including all of the files or not.

 

Any advice here? I'm looking for ways to debug my growing docker containers because otherwise I will just have to keep increasing the size of my docker volume. I've double checked and don't see any obvious places where I could have mapped folders differently.

 

Is there a way to browse the files inside a container to look for the offending files?

  • Community Expert

You can get a command line inside a docker with

docker exec -it <dockername> bash

  • Author

Thanks trurl!

 

This command to drop into the container and then this, "find / -xdev -type f -size +100M" to find files over 100MB helped me find that I had a 1.34GB error log in three of my containers! (eroz's AirVideoServer, needo's PlexMediaServer, and needo's PlexWatch). Deleting that file is an easy temporary fix, but I still need to figure out a long term solution.

 

Any idea what would be causing this error:

 

Nov  1 08:10:18 [server name] sshd[435]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.

Nov  1 08:10:18 [server name] sshd[435]: fatal: Cannot bind any address.

 

I'm guessing it's because ssh is already open on the server. How could I fix this?

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.