shackie is primarily used in #shackspace on freenode.
docker-compose up -d
# redis
docker run -d --restart=always --name redis bobsense/redis-arm64
# build
docker build -f Dockerfile.armhf --tag=ircbot-build .
# run
docker run -d --link redis:redis --restart=always --name ircbot-run ircbot-build