January 15, 20179 yr Hi Folks.. Trying some advanced docker stuff (porting some non-unraid friendly configs to unraid). I've tried this on current release, as well as pre-release (I have multiple servers). Currently, it is not possible to configure <ExtraParams> options via the webgui for unraid. One would think this would be available to view under "Show Advanced Settings", and able to "Add another Path, Port or Variable" but there isn't an option. Any ideas on this? I have added it to the xml file, and it works, but I cannot edit the image settings via the GUI or the ExtraParams get removed. See my XML for phpmyadmin: <?xml version="1.0"?> <Container version="2"> <Name>phpmyadmin</Name> <Repository>phpmyadmin/phpmyadmin</Repository> <Registry>https://hub.docker.com/r/phpmyadmin/phpmyadmin/</Registry> <Network>bridge</Network> <Privileged>false</Privileged> <Support>http://lime-technology.com/forum/index.php?topic=42423</Support> <Overview>The world's most popular open source database management[br]&#; &#; &#; </Overview> <Category>Network:Other MediaApp:Other Other: Tools:</Category> <WebUI>http://[iP]:[PORT:8080]/</WebUI> <TemplateURL/> <Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/my$ <ExtraParams>--link mysql:db</ExtraParams> <DateInstalled>1484504071</DateInstalled> <Description>The world's most popular open source database management[br]&#; &#; &#; </Description> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort>8080</HostPort> <ContainerPort>80</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data/> <Environment> <Variable> <Value>1</Value> <Name>PMA_ARBITRARY</Name> <Mode/> </Variable> </Environment> <Config Name="Host Port 1" Target="80" Default="80" Mode="tcp" Description="Container Port:80" Ty$ <Config Name="Key 1" Target="PMA_ARBITRARY" Default="1" Mode="" Description="Container Variable: $ </Container> Of course, this docker won't work without the --link settings (even with PMA_ARBITRARY enabled) Any ideas? Thanks!
January 15, 20179 yr Hi Folks.. Trying some advanced docker stuff (porting some non-unraid friendly configs to unraid). I've tried this on current release, as well as pre-release (I have multiple servers). Currently, it is not possible to configure <ExtraParams> options via the webgui for unraid. One would think this would be available to view under "Show Advanced Settings", and able to "Add another Path, Port or Variable" but there isn't an option. Any ideas on this? I have added it to the xml file, and it works, but I cannot edit the image settings via the GUI or the ExtraParams get removed. See my XML for phpmyadmin: <?xml version="1.0"?> <Container version="2"> <Name>phpmyadmin</Name> <Repository>phpmyadmin/phpmyadmin</Repository> <Registry>https://hub.docker.com/r/phpmyadmin/phpmyadmin/</Registry> <Network>bridge</Network> <Privileged>false</Privileged> <Support>http://lime-technology.com/forum/index.php?topic=42423</Support> <Overview>The world's most popular open source database management[br]&#; &#; &#; </Overview> <Category>Network:Other MediaApp:Other Other: Tools:</Category> <WebUI>http://[iP]:[PORT:8080]/</WebUI> <TemplateURL/> <Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/my$ <ExtraParams>--link mysql:db</ExtraParams> <DateInstalled>1484504071</DateInstalled> <Description>The world's most popular open source database management[br]&#; &#; &#; </Description> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort>8080</HostPort> <ContainerPort>80</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data/> <Environment> <Variable> <Value>1</Value> <Name>PMA_ARBITRARY</Name> <Mode/> </Variable> </Environment> <Config Name="Host Port 1" Target="80" Default="80" Mode="tcp" Description="Container Port:80" Ty$ <Config Name="Key 1" Target="PMA_ARBITRARY" Default="1" Mode="" Description="Container Variable: $ </Container> Of course, this docker won't work without the --link settings (even with PMA_ARBITRARY enabled) Any ideas? Thanks! You're looking in the wrong section. There's 2 different "Advanced" buttons / links. You're hitting the one at the bottom. You want the one at the top right. Don't ask me why LT set it up like that.
January 15, 20179 yr Author Wow... just when I thought I had something.... Now I feel stupid, I never even saw the switch until you said something.. Thanks!
January 15, 20179 yr Wow... just when I thought I had something.... Now I feel stupid, I never even saw the switch until you said something.. Thanks! I've gotten into arguments with Limetech / eschultz et al over bug reports only to then have to say pretty much the same thing.... No one is ever alone in this world
Archived
This topic is now archived and is closed to further replies.