Jump to content

docker settings don't appear in “Update Container” window


Recommended Posts

Im not sure what's going on here? Maybe this is normal for dockers installed from dockerhub but when I create settings for the docker they seem to get applied but not shown.

 

run command-

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='locast2plex' --net='br0' --ip='10.0.1.24' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'debug'='yes' -v '/mnt/user/appdata/locast2plex/config.ini':'/app/config.ini':'rw' 'tgorg/locast2plex' 
132e701e11afe9251c8e08dcd579994d61d54e7d0f1385a56113c7bf7592b774

The command finished successfully!

 

 

update container window-

1892863721_ScreenShot2021-08-13at11_26_25AM.thumb.png.f8d9a5a9b83d54f53f868e993fbdc2a5.png

 

None of my settings are shown here. Have I missed something in the setup? I seldom use dockers not already pre-configured for unraid.

Link to comment
2 hours ago, Squid said:

post the XML  /config/plugins/dockerMan/templates-user/my-locast2plex.xml

XML

<?xml version="1.0"?>
<Container version="2">
  <Name>locast2plex</Name>
  <Repository>tgorg/locast2plex</Repository>
  <Registry>https://hub.docker.com/r/tgorg/locast2plex/</Registry>
  <Network>br0</Network>
  <MyIP>10.0.1.24</MyIP>
  <Shell>sh</Shell>
  <Privileged>false</Privileged>
  <Support>https://hub.docker.com/r/tgorg/locast2plex/</Support>
  <Project/>
  <Overview>Connect Locast to Plex as if it was an HDHomeRun Tuner.  Seems to work for Emby and Jellyfin too!   Converted By Community Applications   Always verify this template (and values) against the dockerhub support page for the container</Overview>
  <Category/>
  <WebUI/>
  <TemplateURL/>
  <Icon>https://www.locast.org/assets/images/favicon.ico</Icon>
  <ExtraParams/>
  <PostArgs/>
  <CPUset/>
  <DateInstalled>1628894811</DateInstalled>
  <DonateText/>
  <DonateLink/>
  <Description>Connect Locast to Plex as if it was an HDHomeRun Tuner.  Seems to work for Emby and Jellyfin too!   Converted By Community Applications   Always verify this template (and values) against the dockerhub support page for the container</Description>
  <Networking>
    <Mode>br0</Mode>
    <Publish/>
  </Networking>
  <Data>
    <Volume>
      <HostDir>/mnt/user/appdata/locast2plex/config.ini</HostDir>
      <ContainerDir>/app/config/config.ini</ContainerDir>
      <Mode>rw</Mode>
    </Volume>
  </Data>
  <Environment>
    <Variable>
      <Value>yes</Value>
      <Name>debug</Name>
      <Mode/>
    </Variable>
  </Environment>
  <Labels/>
  <Config Name="enable debug logging" Target="debug" Default="" Mode="" Description="Container Variable: debug" Type="Variable" Display="always" Required="false" Mask="false">yes</Config>
  <Config Name="appdata" Target="/app/config/config.ini" Default="" Mode="rw" Description="Container Path: /app/config/config.ini" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/locast2plex/config.ini</Config>
</Container>

 

 

The docker is running with these settings as far as I can tell but if I try to make any change in "Update Container" everything gets lost and the docker restarts without any settings including the change I made.

 

 

Edit: To make changes I have to delete the docker and re-install with all settings applied at install.

Edited by wgstarks
Link to comment

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.

×
×
  • Create New...