PINE64
Rock64 / OMV / Docker - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: General Discussion on ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=86)
+--- Thread: Rock64 / OMV / Docker (/showthread.php?tid=5339)



Rock64 / OMV / Docker - jata - 11-03-2017

Hi all,

I have a rock64 ordered and I'm waiting for delivery... Looking forward to getting involved with this community.

My current setup is a Mac mini running plex server with a raspberry pi with OMV. I use the RPi for tinkering and a download/file/VPN server. 

I'm planning a similar setup when I get the rock64 but I also wanted to see how well it works as a plex / media server. I'm thinking about using docker to run all of the media server related stuff in containers.

As I will be using OMV, I was hoping I could setup docker within OMV on the rock64 and then configure the media server in docker containers.

Possible? good idea? other suggestions?


RE: Rock64 / OMV / Docker - douglasmiranda - 11-03-2017

This may help you: https://forum.pine64.org/showthread.php?tid=5341


RE: Rock64 / OMV / Docker - jata - 11-04-2017

(11-03-2017, 05:11 PM)douglasmiranda Wrote: This may help you: https://forum.pine64.org/showthread.php?tid=5341

thanks. I will try this when my rock64 arrives....


RE: Rock64 / OMV / Docker - digitaldaz - 11-07-2017

To do it the easy way:
Code:
apt-get update && apt-get install -y curl apt-transport-https
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
cat <<EOF >/etc/apt/sources.list.d/docker.list
deb https://download.docker.com/linux/$(lsb_release -si | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable
EOF
apt-get update && apt-get install -y docker-ce

That will currently get you 17.09