[Plugin] Docker Folder


Recommended Posts

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
Link to comment
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

Link to comment
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 :)

 

Link to comment
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
Link to comment
  • 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?

Link to comment

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

Link to comment
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
Link to comment
  • 2 weeks later...
  • 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
Link to comment
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
  • Thanks 1
Link to comment
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.

Link to comment
  • 2 weeks later...
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
Link to comment
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
Link to comment
  • 4 weeks later...

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.