From 3015de5a562c661c6422ac2b77d277a0514c77a2 Mon Sep 17 00:00:00 2001 From: Poag Date: Tue, 13 Dec 2016 13:23:17 +0000 Subject: [PATCH] Fixed docker start command Had docker run instead of docker start. --- docs/guides/Docker Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/Docker Guide.md b/docs/guides/Docker Guide.md index ff369e4e..9908a477 100644 --- a/docs/guides/Docker Guide.md +++ b/docs/guides/Docker Guide.md @@ -17,7 +17,7 @@ http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/ Next start the docker up with -```docker run nadeko; docker logs -f nadeko``` +```docker start nadeko; docker logs -f nadeko``` The docker will start and the log file will start scrolling past. Depending on hardware the bot start can take up to 5 minutes on a small DigitalOcean droplet. Once the log ends with "NadekoBot | Starting NadekoBot v1.0-rc2" the bot is ready and can be invited to your server. Ctrl+C at this point to stop viewing the logs.