Reddie is delivered as a Docker container.
Install Docker according to the official documentation for the platform you are using. Before attempting to install Reddie, you should be able to issue the command:
$ docker version
And see output similar to the following:
Client:
Version: 17.05.0-ce
API version: 1.29
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:09:06 2017
OS/Arch: linux/amd64
Server:
Version: 17.05.0-ce
API version: 1.29 (minimum version 1.12)
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:09:06 2017
OS/Arch: linux/amd64
Experimental: false
Any platforms that support Docker are supported by Reddie. This includes most Linux distributions, Mac OSX and Microsoft Windows.
Proceed to Running Reddie to learn about the rest of the configuration options.