Hi folks,
TL;DR - Can I copy/backup my Portainer containers and redeploy in Container Station? Or how can I connect my Portainer Station to Container Station?
Following an earlier topic created I have a new QNAP TS-264-8G with 2 x 1TB WD Red SSD [SATA] (RAID1) as I’m looking for a new solution for an automated Plex Media Server (PMS) with PMS installed on QTS and all the apps (e.g. *arrs, SabNZBd) installed as containers
First thing I did was install PMS and update (and linked to my external media drive) - all good. Next was Container Station install along with Portainer from https://www.myqnap.org/ repo. So far so good.
Now I installed the containers using Portainer by pulling the images from lscr.io/linuxserver/[e.g.*arr]:latest and populating the default port (using Map Additional Port) and the suggested Environments (PUID, PGID, TZ) and Volumes and restart policy.
All apps are working fine, talking to each other and sending media to Plex external media drive - all good. HOWEVER… When I look in CS I do not see ANY of the containers and when I ssh and use “docker ps” I see nothing listed.
One point to note is when I created the containers in Portainer I did NOT use the “default” CS folder location - in part as this is a very long path and to be honest by following various YouTube guides this seemed to be suggested. Is this an issue? The containers are working!
To check I used Container Station to check using Bazarr (not something I will use) and this installed and is working fine AND I see this when ssh “docker ps” BUT not in portainer!
So my question is why are these two (CS and Portainer) not communicating? And can I just somehow export my containers in Portainer and deploy in Container Station as I actually prefer this as I can set one app to directly use my LAN port (bypassing my default bridge VPN installed on QTS)?
I know this is a long post but trying to provide as much info as possible. Hope someone can point me in the right direction or advise what I did wrong? I really don’t want to reconfigure all the containers if possible.
Thanks a million in advance!
EDIT One other thing I have just realised is when I installed Portainer it seemed to skip the documented start up pages so all the containers installed in Portainer are in the “Primary” Environment which lists “URL:/var/run/system-docker.sock” but I see on another example there is also a “Local” environment which has “/var/run/docker.sock”. I suspect this is kinda important but never got the option in Portainer to create this “Local” stand-alone environment…