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.

[Plugin] Docker Folder

Featured Replies

  • Author

@muwahhid the bash action should be fixed now ^_^

  • Replies 838
  • Views 209.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • OK.   Not that I use this plugin, but I have forked it so that the logs and the context menus appear.   I have temporarily removed the dashboard part of things until I get more tim

  • scolcipitato
    scolcipitato

    Hi, I've been working on fixing the plugin for a while, and I have something that works, but there are some problems. Due to how I made unraid show the folder on the dashboard "Expanded on Das

  • Docker Folders has now been deprecated when running Unraid 6.12.3+  It should be uninstalled and replaced with Folder.View   

Posted Images

5 hours ago, GuildDarts said:

@muwahhid the bash action should be fixed now ^_^

I've refreshed, but it doesn't work

  • Author
5 hours ago, muwahhid said:

I've refreshed, but it doesn't work

dang :/ Does the window pop up when you press the button?
And if i does pop up is it blank or does i show the command failing?
984786490_Screenshot2020-11-11114219.thumb.png.781b3937be434c4305c9cd3f986248df.png

1 hour ago, GuildDarts said:

dang :/ Does the window pop up when you press the button?
And if i does pop up is it blank or does i show the command failing?
984786490_Screenshot2020-11-11114219.thumb.png.781b3937be434c4305c9cd3f986248df.png

It is written so, but in fact the team does not work, and the Compose does not stop.

скрин Папка Докер баш.png

  • Author
3 hours ago, muwahhid said:

It is written so, but in fact the team does not work, and the Compose does not stop.

скрин Папка Докер баш.png

i think its only running the cd command not the docker-compose command.
Played a bit and got it to work without ";" at the end.

cd /mnt/user/appdata/mailcow/mailcow-dockerized; docker-compose down

Why it breaks with ";" at the end is beyond me as it works if you do e.g ls; instead of docker-compose; o.O

Edited by GuildDarts

Just now, GuildDarts said:

i think its only running the cd command not the docker-compose command.
Played a bit and got it to work without ";" at the end. Why it breaks with ";" at the end is beyond me as it works if you do e.g ls instead of docker-compose :/


cd /mnt/user/appdata/mailcow/mailcow-dockerized; docker-compose down

 

I don't understand how it works....

 

1111.png

Снимок экрана 2020-11-11 190740.png

She doesn't seem to understand the gap? In the docker-compose team down
______update
Now he kind of understands the gap, but the problem remains, the team doesn't start

656363.png

Edited by muwahhid

  • Author
16 minutes ago, muwahhid said:

She doesn't seem to understand the gap? In the docker-compose team down

Okay so looks like a permission issue or something. Here is a github issue about it https://github.com/docker/compose/issues/1135

Now to fixing it
1. uninstall docker-compose 'rm /usr/local/bin/docker-compose'
2. install nerdpack if you dont have it

3. in nerdpack install python3, python-pip, python-setuptools

4. run pip3 install docker-compose

Doing this fixed the error for me hope it works for you. Why installing docker-compose with curl does not work with the bash action is again beyond me :)

 

32 minutes ago, GuildDarts said:

Okay so looks like a permission issue or something. Here is a github issue about it https://github.com/docker/compose/issues/1135

Now to fixing it
1. uninstall docker-compose 'rm /usr/local/bin/docker-compose'
2. install nerdpack if you dont have it

3. in nerdpack install python3, python-pip, python-setuptools

4. run pip3 install docker-compose

Doing this fixed the error for me hope it works for you. Why installing docker-compose with curl does not work with the bash action is again beyond me :)

 

It's working, thank you!!!!!))

 

image.thumb.png.1cba4050862111d6141f642369ed663c.png

Edited by muwahhid

  • 3 weeks later...
On 11/11/2020 at 4:34 PM, GuildDarts said:

Okay so looks like a permission issue or something. Here is a github issue about it https://github.com/docker/compose/issues/1135

Now to fixing it
1. uninstall docker-compose 'rm /usr/local/bin/docker-compose'
2. install nerdpack if you dont have it

3. in nerdpack install python3, python-pip, python-setuptools

4. run pip3 install docker-compose

Doing this fixed the error for me hope it works for you. Why installing docker-compose with curl does not work with the bash action is again beyond me :)

 

does docker-compose persist after reboot if you install it this way?

  • Author
15 minutes ago, air_marshall said:

does docker-compose persist after reboot if you install it this way?

i don't believe it does, i have a user script that runs the pip3 install command at array start

Is there a way to make it display more containers? It only shows 12 but I have 15 containers in this folder.

I'd like a way to see them all in the text list (there's some free space to the right still, or can add a 3rd line with a toggle option in settings to show overflow?)

I use the text list to click on them and restart/update/edit, etc. 

 

Thanks in advance!

 

image.thumb.png.48d7863b936d726eb68acbce98930bba.png

  • Author
On 12/3/2020 at 10:31 PM, CorneliousJD said:

Is there a way to make it display more containers? It only shows 12 but I have 15 containers in this folder.

I'd like a way to see them all in the text list (there's some free space to the right still, or can add a 3rd line with a toggle option in settings to show overflow?)

I use the text list to click on them and restart/update/edit, etc. 

 

Thanks in advance!

 

image.thumb.png.48d7863b936d726eb68acbce98930bba.png

Added a config option for row and column count ^_^
904909515_Screenshot2020-12-05023151.thumb.png.f18a34deb9aa27d5f94f940e31aa8157.png

Edited by GuildDarts

2 hours ago, GuildDarts said:

Added a config option for row and column count ^_^
904909515_Screenshot2020-12-05023151.thumb.png.f18a34deb9aa27d5f94f940e31aa8157.png

You're the best :D

  • 2 weeks later...
  • Author
10 hours ago, Alex.b said:

I can't delete container anymore, I have an error :

 

image.png.aa9cef7d5a44f5a38c9b3a7297d47942.png

i have tried to reproduce this but with no luck :(

would you happen to have a folder with no containers/dockers inside it, if so then try to remove that folder

  • 3 weeks later...

How can I make mine looks like this one

imagen.png.3177539c06a6fdf9a5da6afbf45c6f4f.png

 

Mine is like this I still have the label tab view on the dockers

imagen.thumb.png.77a37dfb17d8dc7a72969c1148724034.png

 

On the other hand with the label tab view when the name of the folder is "large" it mess up everything, there could be an option to change the size of the text to have a perfect fit

imagen.thumb.png.111ce607abfb51cbad2da815ee6c9a01.png

 

And there is a bug it shows 4/10 but I only have 9 dockers in this folder

imagen.thumb.png.0de08e05cf8cab1cc07e637a6a966ff5.png

imagen.thumb.png.695fdb2674eca2aa94c2180b26db6bb4.png

Edited by L0rdRaiden

  • Author
5 hours ago, L0rdRaiden said:

How can I make mine looks like this one

imagen.png.3177539c06a6fdf9a5da6afbf45c6f4f.png

 

Mine is like this I still have the label tab view on the dockers

imagen.thumb.png.77a37dfb17d8dc7a72969c1148724034.png

I think this screenshot was taken before label tab was a thing so there is no option for preview style.
will add a option to change the style 

 

5 hours ago, L0rdRaiden said:

On the other hand with the label tab view when the name of the folder is "large" it mess up everything, there could be an option to change the size of the text to have a perfect fit

imagen.thumb.png.111ce607abfb51cbad2da815ee6c9a01.png

Will see what i can do to fix thix

 

5 hours ago, L0rdRaiden said:

And there is a bug it shows 4/10 but I only have 9 dockers in this folder

Try and edit /boot/config/plugins/docker.folder/folders.json then find the tools folder and under children remove the one thats not showing.

you could also remake the folder. The bug that makes this happen should be fixed so should not happen again :)

 

a small heads up it might be a bit before i can fix the two issues as my laptop is currently broken so i cant really edit the plugin :(

Edited by GuildDarts

On 1/4/2021 at 1:47 AM, GuildDarts said:

Try and edit /boot/config/plugins/docker.folder/folders.json then find the tools folder and under children remove the one thats not showing.

you could also remake the folder. The bug that makes this happen should be fixed so should not happen again :)

 

a small heads up it might be a bit before i can fix the two issues as my laptop is currently broken so i cant really edit the plugin :(

I think the error happens when you change the name of a docker already in the folder, the plugin keeps both names.

  • 2 weeks later...
  • Author

Update

  • Added: preview icon-basic
  • Fixed: long folder names
  • Fixed: docker/vm renaming
@L0rdRaiden Sorry that i took a bit over 2 weeks to fix, and thanks for figuring out that it was renaming that caused the issue ^_^
7 minutes ago, GuildDarts said:

Update

  • Added: preview icon-basic
  • Fixed: long folder names
  • Fixed: docker/vm renaming
@L0rdRaiden Sorry that i took a bit over 2 weeks to fix, and thanks for figuring out that it was renaming that caused the issue ^_^

Thanks to you for the plugin, you fixed it quickly actually :)

Hi,

 

Why is not possible to add a column count in "Icon Basic" & "Icon Label", is just possible to "No Icon" privew mod.

 

Thanks.

Capture.PNG

  • Author
On 1/22/2021 at 6:59 PM, JamesAdams said:

Hi,

 

Why is not possible to add a column count in "Icon Basic" & "Icon Label", is just possible to "No Icon" privew mod.

 

Thanks.

Capture.PNG

The reason that's not an option is that i calculates how many i can show before you would have the scroll horizontally. 
Think i might have mixed up column and row in the settings (i cant never remmber which is which) :/

if you want i can add an option for it? 
tho there would have to be some horizontal scrolling as far as i can tell

Edited by GuildDarts

Screenshot_2021-01-28 Predator Dashboard.png

  • Author
7 hours ago, Predator said:

Screenshot_2021-01-28 Predator Dashboard.png

Did this happen after you updated the plugin or did it just happen randomly

If you can could you attach '/boot/config/plugins/docker.folder/folders.json' and 'folders.backup.json' in your next post, that might help me figure out why i happend ^_^

You cloud try and rename 'folders.backup.json' to 'folders.json' and see if it works. If not just reinstall the plugin, then you can remake your folders or restore a backup

Edited by GuildDarts

  • 4 weeks later...

@GuildDarts

 

Got a problem, may be since last update. But I can't make new folders, can't edit folder. 

 

Got any idea?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.