shackie - asyncio based irc bot run docker-compose up -d run on armhf # 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