Thank you for the explanation. I'll set my containers to always. I noticed when my system was rebooted they were in a stopped status so hopefully that should make them come back up after restart.
Posts by iamaburrama
-
-
Can I get more info on the Docker Restart Policy from the OMV console? I'll attach a screenshot for what I'm referring to. I see the 4 options (no, always, unless-stopped, on-failure) but want to know if it's something I need to set in case the server is rebooted or loses power and starts back up.
-
Sorry I did a step incorrectly. I was supposed to run the image before creating..
I've mapped out all the directories and it appears to be running. If I add a Host path but do not add a container path I'm able to run the image successfully. I take it I have to absolutely map out directories for them to work?
-
yes:
first and second post: OMV + Docker plugin media server (Plex, PlexPy, Ombi, Libresonic, NZBGet, ruTorrent, Sonarr, Radarr, Mylar, and more)I've gone over this forum post but I'm still not able to create containers. When I try to create in the gui I get the attached error. I'm sure I'm missing something with permissions..
-
Thanks for that, I'm looking at the right docker images now.
Still getting the same error.. can anyone point me in the direction of how to set up docker permissions?
Do you create user & group docker and use inside the docker PUID & PGID variables?.
-
What is the exact name of the Transmission docker you are using?
linuxserver/transmission
-
Using OMV 4 for Raspberry Pi 3
Following along to the "Techno Dad Life" videos and trying to create a Docker Image for Transmission. I attached the gui error I'm getting.
If I don't map any volumes it gets created.
-
Just did this and it's installed successfully. Outputs are attached. I may re-install from scratch just to be sure I didn't mis-configure anything. Do I risk installing updates through the update management that shouldn't be?
-
Commented out the sources.list then ran apt-get update. Also attached previous requests.
-
Output of both commands attached.
-
Is there any way to update this? This is a fresh image.
root@omv:~# apt-cache policy php7.0-common php7.0-curl
php7.0-common:
Installed: 7.0.27-0+deb9u1
Candidate: 7.0.27-0+deb9u1
Version table:
7.0.30-0+deb9u1 10
10 http://httpredir.debian.org/debian stretch/main armhf Packages
10 http://security.debian.org stretch/updates/main armhf Packages
*** 7.0.27-0+deb9u1 100
100 /var/lib/dpkg/status
php7.0-curl:
Installed: (none)
Candidate: 7.0.30-0+deb9u1
Version table:
7.0.30-0+deb9u1 10
10 http://httpredir.debian.org/debian stretch/main armhf Packages
10 http://security.debian.org stretch/updates/main armhf Packages
root@omv:~# -
Ran an apt clean and then I ran an apt-get update. Then attempted an install php7.0-common:
root@omv:~# apt-get install php7.0-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
php7.0-common is already the newest version (7.0.27-0+deb9u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@omv:~#Uncommented the sources.list for security and got the same error.
-
No problem, attached.
-
Output of apt-cache php7.0-common php7.0-curl and apt-get install php-curl -t stretch-backports attached.
-
Doesn't appear to have helped. Output enclosed.
-
Performed the steps above exactly and getting the same errors.
Attaching my sources and install outputs.
-
No luck here as well. I attached my sources.list, gui output and ssh install for reference. Also a bit of a newbie
-
I removed the resolved tag. Thanks for chiming in even if you're away.
-
I get the same error messages as well when I attempt to search for docker images.
-
Just tried this and was able to get Docker installed successfully. Thank you for your help!