Home Docker Server

As per the norm, I will skip the bumf and jump straight in to the process I used as you should know what you are doing, if not go off learn and come back

  1. Install Ubuntu Server 18.04 LTS:
    1. Download here: https://www.ubuntu.com
  2. If not installed during Setup, Install the following:
    1. OpenSSH Server: Instructions here
    2. Samba: Instructions here
    3. Standard Utilities: sudo apt-get install ubuntu-standard
    4. Udev (required for Plex & LiveTV: sudo apt-get install udev
  3. Update to ensure everything is the latest
    1. sudo apt-get update
    2. sudo apt-get upgrade

Continue reading “Home Docker Server”

Advertisement