Skip to content

Installation

jmg1138 edited this page Nov 17, 2017 · 23 revisions

The unblinkingBot can be installed several different ways.

Using Docker

From Docker Hub

The fastest way to install the bot is by pulling the Docker image from the Docker Hub registry.

Run the docker pull command:

docker pull nothingworksright/unblinkingbot:0.0.1

Build Docker Container

It is also possible to build the Docker image manually by cloning the source code repository and running the docker build command.

git clone https://github.com/nothingworksright/unblinkingbot.git
cd unblinkingbot
docker build --rm --no-cache -t nothingworksright/unblinkingbot:0.0.1 .
Clone this wiki locally