Rock64 / OMV / Docker
#1
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?
#2
This may help you: https://forum.pine64.org/showthread.php?tid=5341
#3
(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....
#4
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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Rock64 No Audio @ Debian 12 dmitrymyadzelets 1 113 03-18-2024, 06:56 AM
Last Post: diederik
  Rock64 bricked shawwwn 7 5,451 03-17-2024, 12:22 PM
Last Post: dmitrymyadzelets
  Rock64 won't boot luminosity7 10 3,864 03-16-2024, 08:33 AM
Last Post: dmitrymyadzelets
  Rock64 doesn't boot dstallmo 1 255 03-16-2024, 08:29 AM
Last Post: dmitrymyadzelets
  How well does Rock64 deal with HDR and Atmos on Kodi? drvlikhell 3 1,770 04-29-2023, 04:24 AM
Last Post: newestssd
  OpenWRT on the Rock64 CanadianBacon 12 7,791 04-24-2023, 12:40 PM
Last Post: arunkhan
  Rock64 board not working, no HDMI no Ethernet. EDited 3 3,397 01-17-2023, 02:31 PM
Last Post: Flagtrax
  ROCK64 v3 can it boot from USB? Tsagualsa 4 1,974 11-29-2022, 11:31 AM
Last Post: Macgyver
  rock64 v3 spiflash Macgyver 0 703 11-28-2022, 02:18 PM
Last Post: Macgyver
  my rock64 dosen't work rookie_267 0 906 10-07-2022, 07:50 PM
Last Post: rookie_267

Forum Jump:


Users browsing this thread: 1 Guest(s)