From 76a015fea1885a05c7c6fe8e0ace1e2f0c18a09d Mon Sep 17 00:00:00 2001 From: Riccardo Cossu Date: Fri, 15 Feb 2019 11:10:15 +0100 Subject: [PATCH] Wrong command to launch container The provided example doesn't work; you have to give the fully qualified image name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb98744..ef0b479 100644 --- a/README.md +++ b/README.md @@ -50,5 +50,5 @@ mkdir ~/sbot-data docker run --name sbot \ -d -v ~/sbot-data/:/root/.ssb/ -e HOST="" - -p 8008:8008 --restart always scuttlebot + -p 8008:8008 --restart always ktorn/docker-scuttlebot ```