Jump to content

[SOLVED] starting new setup with fresh Docker containers


Recommended Posts

I feel that I have a lot of "junk" that needs to be cleaned out and get this old system working better.  I am going to go with other versions of the Docker containers.  I will be using the linuxserver versions of the following:

Plex

Sonarr

Radarr

nzbget

 

I have removed the Docker image file and then created a new one.  Here is what that looks like:

 

image.thumb.png.0f07c1658b8eef3158c56784cd1f787f.png

 

I removed everything in /mnt/user/appdata.

I removed everything in /mnt/user/downloads.

 

Fresh diagnostics have been included.

 

I need help with the path configurations more than likely but I am going to first start with Plex and let it build the metadata overnight.

 

 

unraid-diagnostics-20200424-0009.zip

Link to comment

Output from Docker after installing Plex:

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'VERSION'='docker' -e 'NVIDIA_VISIBLE_DEVICES'='' -e 'TCP_PORT_32400'='32400' -e 'TCP_PORT_3005'='3005' -e 'TCP_PORT_8324'='8324' -e 'TCP_PORT_32469'='32469' -e 'UDP_PORT_1900'='1900' -e 'UDP_PORT_32410'='32410' -e 'UDP_PORT_32412'='32412' -e 'UDP_PORT_32413'='32413' -e 'UDP_PORT_32414'='32414' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/movies/':'/movies':'rw' -v '/mnt/user/shows/':'/tv':'rw' -v '':'/music':'rw' -v '':'/transcode':'rw' -v '/mnt/user/appdata/plex':'/config':'rw' 'linuxserver/plex' 

b49d0031d577115e986d96fda80a46e7f85e76c9ef66f89efa95ae388b3ab039

The command finished successfully!

Link to comment

Slight correction.  I renamed the 'shows' folder to 'tv':

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'VERSION'='docker' -e 'NVIDIA_VISIBLE_DEVICES'='' -e 'TCP_PORT_32400'='32400' -e 'TCP_PORT_3005'='3005' -e 'TCP_PORT_8324'='8324' -e 'TCP_PORT_32469'='32469' -e 'UDP_PORT_1900'='1900' -e 'UDP_PORT_32410'='32410' -e 'UDP_PORT_32412'='32412' -e 'UDP_PORT_32413'='32413' -e 'UDP_PORT_32414'='32414' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/movies/':'/movies':'rw' -v '/mnt/user/tv/':'/tv':'rw' -v '':'/music':'rw' -v '':'/transcode':'rw' -v '/mnt/user/appdata/plex':'/config':'rw' 'linuxserver/plex' 

18741a24eac04d6292c668ff33d45437e52d87e869ab7ec19b69e8e4b91dc8a7

The command finished successfully!

Link to comment
4 hours ago, aneelley said:

Just delete them?

Yes. Just compare the names with your current share names. If you have some with the same names but different upper/lower case, put those names in a post and I will take a closer look.

 

Even if you accidentally delete a .cfg file for a share you already have, the share will still exist because its folder exists at the top level of one or more disks. But if it doesn't have a .cfg file it will have default settings until you change them, and changing the settings for a share will create or modify the .cfg file.

Link to comment
3 hours ago, aneelley said:

I get it but I am not sure what path the .cfg files are located.  Can you point me in the right direction?  I was looking around starting at the root directory but not seeing it.

On the flash drive, in the config/shares folder, are .cfg files named for your user shares. Each of these contains the settings for that specific user share. You have a lot of those .cfg files that no longer correspond to any of your user shares. If I open each of those in the diagnostics it will tell me whether or not it has any files, but that is a lot of trouble when you have so many of them. It makes it very difficult to get any idea what user shares you actually have.

Link to comment

If you are interested in learning a bit more about what is going on under the hood, open your diagnostics. It is all text files (except one). There are logs, there are SMART reports from all attached disks, there are the results from numerous commands that give some details about your hardware, and there are .cfg files that are your settings from the webUI. Those .cfg files are taken from your flash drive.

Link to comment

Installed nzbget:

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='nzbget' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '6789:6789/tcp' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/appdata/nzbget':'/config':'rw' 'linuxserver/nzbget' 

51cdaaebf3fbef41156b42743fb47eb19ae1cc1b2bd26d47dac682c031632f69

The command finished successfully!

Link to comment

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'VERSION'='docker' -e 'NVIDIA_VISIBLE_DEVICES'='' -e 'TCP_PORT_32400'='32400' -e 'TCP_PORT_3005'='3005' -e 'TCP_PORT_8324'='8324' -e 'TCP_PORT_32469'='32469' -e 'UDP_PORT_1900'='1900' -e 'UDP_PORT_32410'='32410' -e 'UDP_PORT_32412'='32412' -e 'UDP_PORT_32413'='32413' -e 'UDP_PORT_32414'='32414' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/Movies/':'/movies':'rw' -v '/mnt/user/TV Shows/':'/tv':'rw' -v '':'/music':'rw' -v '':'/transcode':'rw' -v '/mnt/user/appdata/plex':'/config':'rw' 'linuxserver/plex' 

2d5f4733f7744f192dcbd05e8459febdfa330dab6359bf5bd268d66790476c9f

The command finished successfully!

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