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.

Docker log differences between webgui and commandline

Featured Replies

Someone just brought up an error that kept repeating in their docker log, from one of my containers and I was surprised because I wasn't seeing it. That led me to the discovery that the docker logs viewed through the web gui don't show all the entries. I couldn't figure out why the webgui method reveals a different output compared to the command line version because I thought both methods were using the same command:

docker logs --tail=350 -f containername

 

So I tested it with one of my containers and here's a snippet from the webgui version:

Setting the correct time
Using existing nginx.conf
Using existing nginx-fpm.conf
Using existing site config
Using existing landing page
Using existing letsencrypt installation
No subdomains defined
Using existing DH parameters
cronjob running at Tue Jan 5 15:52:56 EST 2016
Existing certificate is still valid and is only 0 day(s) old; skipping renewal.
Jan 5 15:52:57 9e23debba930 syslog-ng[74]: syslog-ng starting up; version='3.5.3'

 

 

Now here's the same snippet from the command line version in unraid terminal:

Setting the correct time
*** Running /etc/my_init.d/firstrun.sh...

Current default time zone: 'America/New_York'
Local time is now:      Tue Jan  5 15:52:56 EST 2016.
Universal Time is now:  Tue Jan  5 20:52:56 UTC 2016.

Using existing nginx.conf
Using existing nginx-fpm.conf
Using existing site config
Using existing landing page
Using existing letsencrypt installation
rm: cannot remove ‘/etc/letsencrypt’: No such file or directory
No subdomains defined
Using existing DH parameters
cronjob running at Tue Jan 5 15:52:56 EST 2016
Existing certificate is still valid and is only 0 day(s) old; skipping renewal.
*** Running /etc/rc.local...
*** Booting runit daemon...
*** Runit started as PID 63
Jan  5 15:52:57 9e23debba930 syslog-ng[74]: syslog-ng starting up; version='3.5.3'

 

Notice how a bunch of lines are missing from the webgui version?

 

Any ideas why that might be?

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.