February 15, 201511 yr Author Been reading the last few pages of this and testing out our latest release. gfjardim, It probably makes sense for us to update the OP on this thread. I can do that for you if you'd like, but wanted to give you first chance to edit. Main thing would be to indicate that Docker Manager is now built-in to unRAID 6 and no longer requires the plugin. Jonathan, I will be internet-deprived for the next two weeks, so I appreciate if you could do that. It's time to unpin this topic too, IMO. Thanks for everything. Edit: I just updated the topic header.
February 15, 201511 yr Author The other item I noticed is if you specify an exact version in the repository name the graphics do not work, the icon or banner. Ie: devshiny/nzbget:14.1 Also if you have a docker image with 2 tags such as "latest" and "14.1" it does not know if its "uptodate" or not despite the docker being added by the exact label of "14.1". I suspect having multiple tags at docker registry hub is what throws the ui off. I found the second bug due to noticing the first bug, so my nzbget docker that only had the 14.1 exact version label didnt show the graphics but did show it was "uptodate", so i added a label of latest, removed the docker container and images, then added the docker back in without an exact tag and then noticed the second bug. One last support message: I think I fixed this and it will be shipped with the next version of Dynamix. Thanks for reposting this, it was tricky to debug.
April 17, 201511 yr I'm seeing a bug when linking containers. When I link containers to share hostname/ip address information, the ability to control the docker through the pop-up menu and the ability to check for updates disappears. I believe this is because the application name that dockerMan understands changes to hostContainer/LinkedContainer instead of just the name of the linked container. For example, I have a gitlab docker that links to a postgresql docker. When I link the dockers, the name for the postgresql docker changes to "gitlab/postgresql" instead of "postgresql". What's interesting is the name has not changed with I run "docker ps -a", so the bug appears to be based on how dockerMan is parsing the container name.
April 17, 201511 yr Author I'm seeing a bug when linking containers. When I link containers to share hostname/ip address information, the ability to control the docker through the pop-up menu and the ability to check for updates disappears. I believe this is because the application name that dockerMan understands changes to hostContainer/LinkedContainer instead of just the name of the linked container. For example, I have a gitlab docker that links to a postgresql docker. When I link the dockers, the name for the postgresql docker changes to "gitlab/postgresql" instead of "postgresql". What's interesting is the name has not changed with I run "docker ps -a", so the bug appears to be based on how dockerMan is parsing the container name. How are you linking them? Post your command line please.
April 17, 201511 yr Here's a trimmed down example. There are many other environmental variables passed, but I cut them out because they're not important here. docker run --name=gitlab -d -h git.lan \ --link postgresql:postgresql \ --link redis:redisio \ -v /mnt/cache/appdata/gitlab:/home/git/data \ -v /mnt/cache/appdata/postgresql:/var/lib/postgresql \ sameersbn/gitlab:7.8.1
April 17, 201511 yr Author I'm seeing a bug when linking containers. When I link containers to share hostname/ip address information, the ability to control the docker through the pop-up menu and the ability to check for updates disappears. Found it. Will submit a fix right now.
December 12, 201510 yr Not sure if this is the right place to post but... I removed the dockerMan.plg since it has been integrated with unRAID and now I cannot edit any of the dockers or launch the web gui....
December 12, 201510 yr Not sure if this is the right place to post but... I removed the dockerMan.plg since it has been integrated with unRAID and now I cannot edit any of the dockers or launch the web gui.... Did you recently upgrade unRAID? From what version to what version? See this wiki, perhaps paying particular attention to section 5.4
Archived
This topic is now archived and is closed to further replies.