greenflash24 Posted June 15, 2022 Share Posted June 15, 2022 I have noticed, that the following issue is still present in the latest version of the new Docker-Folders-Plugin: May I ask for a fix for this issue please ⬆️? Quote Link to comment
Marcel40625 Posted June 20, 2022 Share Posted June 20, 2022 On 6/7/2022 at 11:36 AM, thecode said: I didn't notice it until you mentioned it, I can confirm it is broken and while testing it I found out that the logs icon is also broken. Trying to view logs for a VM will open a window with the following error: `Error: No such container: ....` Same here 6.10.3 Quote Link to comment
thecode Posted June 20, 2022 Share Posted June 20, 2022 VM logs should be fixed with Docker Folder 2022.06.19 The VM folder expand is still broken 1 Quote Link to comment
Marcel40625 Posted June 27, 2022 Share Posted June 27, 2022 any news about the VM folder not expanding? Quote Link to comment
bucketphobia Posted June 27, 2022 Share Posted June 27, 2022 Is it possible to disable the "dashboard" part of this plugin? It's great in Docker, but distracting and doesn't work as intended in the dashboard. I saw previous comments that say there should be an option under folder settings, but I don't see it there. Quote Link to comment
JasonK Posted July 7, 2022 Share Posted July 7, 2022 Uninstalled the old, installed Squid's fixed version. Went to recreate my folders, created one: I no longer see the apps in the folder to the right in the main docker list. Clicking the arrow to expand and I see the dockers in the folder. What am I missing? Quote Link to comment
thecode Posted July 7, 2022 Share Posted July 7, 2022 34 minutes ago, JasonK said: Uninstalled the old, installed Squid's fixed version. Went to recreate my folders, created one: I no longer see the apps in the folder to the right in the main docker list. Clicking the arrow to expand and I see the dockers in the folder. What am I missing? Edit the folder, enable advanced settings and select the type your want (one of the Icon types): Quote Link to comment
JasonK Posted July 8, 2022 Share Posted July 8, 2022 4 hours ago, thecode said: Edit the folder, enable advanced settings and select the type your want (one of the Icon types): Thanks so much! Quote Link to comment
Masterwishx Posted July 15, 2022 Share Posted July 15, 2022 Not sure if it is docker folder problem or the docker queue list. Having problem with traccar on start , cant find database becose its starting by log even befor first docker app starting ... so i need manually reboot it . its not reallly traccar problem i think but docker queue list , like its not starting when his docker list turn. traccar docker should start after filebrowser ,but its missing in logs . and by his log its starting some seconds befor first docker container start. is it possible at all ? How to fix it ? Quote Link to comment
thecode Posted July 15, 2022 Share Posted July 15, 2022 54 minutes ago, Masterwishx said: Not sure if it is docker folder problem or the docker queue list. Having problem with traccar on start , cant find database becose its starting by log even befor first docker app starting ... so i need manually reboot it . its not reallly traccar problem i think but docker queue list , like its not starting when his docker list turn. traccar docker should start after filebrowser ,but its missing in logs . and by his log its starting some seconds befor first docker container start. is it possible at all ? How to fix it ? This is not related to docker folder, it does not change the docker startup or control anything. If you enable "Advanced View" you can set a delay at startup, here is an example for a container that is depended on other containers so I added 20 seconds delay: Quote Link to comment
Masterwishx Posted July 15, 2022 Share Posted July 15, 2022 15 minutes ago, thecode said: This is not related to docker folder Thats why i wrote docker queue list problem , i already using advansed view and delay cant be used , i tryed it for Filebrowser that starts befor tarccar container but the traccar some how starting befor first container in list ! you can see it by logs ... Quote Link to comment
JonathanM Posted July 15, 2022 Share Posted July 15, 2022 4 hours ago, Masterwishx said: its not reallly traccar problem i think but docker queue list , like its not starting when his docker list turn. remove restart always 1 Quote Link to comment
Masterwishx Posted July 15, 2022 Share Posted July 15, 2022 3 hours ago, JonathanM said: remove restart always OK i will try Quote Link to comment
Masterwishx Posted July 15, 2022 Share Posted July 15, 2022 3 hours ago, JonathanM said: remove restart always Thanks for hint, now its working ! So we should not use any restart policy in Unraid ? I was thinking restart policies affect only on already running dockers ? but also founded in docker docs: (The container will also always start on daemon startup) Quote Link to comment
Squid Posted July 15, 2022 Share Posted July 15, 2022 --restart always if the container crashes will restart the container. If it is continually crashing, it will continually restart with the result you were seeing. Quote Link to comment
Masterwishx Posted July 15, 2022 Share Posted July 15, 2022 34 minutes ago, Squid said: --restart always if the container crashes will restart the container. If it is continually crashing, it will continually restart with the result you were seeing. i power off server every to night. So it auto boots in morning ... But the problem was that it was starting befor 1st container i think becose => ( (The container will also always start on daemon startup) from docker docs) so it cant connect to mariadb, but it was every time restared befor and connected at the end .(on second try i think) But some days ago it stopped after first try and was not connected and not restarted. and when i removed (restart always) it was simply started when his turn on list with no problem .... PS: from docker docs i think container should work some time for --restart always will restart container ?!? Quote Link to comment
Masterwishx Posted July 16, 2022 Share Posted July 16, 2022 sorry if i made all very complicate, in simple words: --restart always on traccar stoped working after last update , befor it was restarted container but also was started on daemon boot and becose it connected to mariadb on second try after restart. so i was need to force update container for it will work again or delete it for container will boot on his order like @JonathanM told . Quote Link to comment
thecode Posted July 16, 2022 Share Posted July 16, 2022 21 minutes ago, Masterwishx said: sorry if i made all very complicate, in simple words: --restart always on traccar stoped working after last update , befor it was restarted container but also was started on daemon boot and becose it connected to mariadb on second try after restart. so i was need to force update container for it will work again or delete it for container will boot on his order like @JonathanM told . I think you should take this to another thread. Having this discussion here does not help people waiting for updates about Docker Folder and on the other hand no one with a similar problem to you will look here. Quote Link to comment
Masterwishx Posted July 16, 2022 Share Posted July 16, 2022 24 minutes ago, thecode said: I think you should take this to another thread Sorry that i posted here , didnt know exacly where its belong , to some docker thread, but anyway i dont have more discussion about it. and im also absolutly loving Docker Folder Plugin and want it to improoving ... Quote Link to comment
slimshizn Posted August 18, 2022 Share Posted August 18, 2022 Not sure if this has been discussed, but if you are editing a container, it will come up as container removed and you'll have to go back in and re add the container to the folder. Quote Link to comment
ZerkerEOD Posted August 23, 2022 Share Posted August 23, 2022 Is there a way to upload a lot of icons to select from instead of individual? Quote Link to comment
thecode Posted August 23, 2022 Share Posted August 23, 2022 3 hours ago, ZerkerEOD said: Is there a way to upload a lot of icons to select from instead of individual? No, the image is actually saved as base64 encoded string in the "Icon" selection field, it is not uploaded anywhere Quote Link to comment
jeffrey.el Posted August 23, 2022 Share Posted August 23, 2022 Hi! I just updated Unraid and switched to this version of docker folders. Everything works great so I'm really grateful for the continuation of this plugin! Thank you for that! However I do have an issue... I can't expand the VM folders.. I tried removing the file so a new one would be generated but it still doesn't work I do see an error in the web console.. Any idea how I can fix this? Quote Link to comment
danktankk Posted August 29, 2022 Share Posted August 29, 2022 (edited) I just wanted to add my 2 cents to this thread to thank @Squid for keeping this one alive. I also think this should be integrated into unraid 6.x.x for those of use with a lot of containers. It is a "must have" for me. Edited August 29, 2022 by danktankk 1 Quote Link to comment
JonathanM Posted August 29, 2022 Share Posted August 29, 2022 11 hours ago, danktankk said: this should be integrated into unraid 6.x.x +1 Quote Link to comment
Recommended Posts
Posted by scolcipitato,
Docker Folder is going away, this is the replacement
Recommended by JonathanM
4 reactions
Go to this post
Posted by Squid,
8 reactions
Go to this post
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.