Tuesday, July 19, 2016

Install docker with btrfs filesystem on Centos 7

If you're using docker inside a virtual machine, it's a good idea create a virtual hard disk and set it as docker storage. For this purpose, you should use format the disk as Btrfs.

A great tutorial is posted on this topic here.

Instructions to make a btrfs partition is available here.

How configure reverse proxy for Kodi web interface (chorus2)

 This tutorial goes over the steps to configure chorus2 behind nginx reverse proxy so you can remotely control your Kodi setup. First Enabl...