From fb99aea9e3114329417ac459ea6f849ac263366d Mon Sep 17 00:00:00 2001 From: Tha_14 Date: Tue, 27 Sep 2022 22:13:13 +0300 Subject: [PATCH] Update README for bootstrap node docker --- other/bootstrap_daemon/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/bootstrap_daemon/README.md b/other/bootstrap_daemon/README.md index 2750d211..0f5ff4b7 100644 --- a/other/bootstrap_daemon/README.md +++ b/other/bootstrap_daemon/README.md @@ -216,10 +216,10 @@ sudo grep "tox-bootstrapd" /var/log/syslog ### Setting up -If you are familiar with Docker and would rather run the daemon in a Docker container, you may download the latest official docker image. Check the GitHub [releases](https://github.com/TokTok/c-toxcore/releases) page for the latest version (e.g. v0.2.11), and run: +If you are familiar with Docker and would rather run the daemon in a Docker container, you may download the latest official docker image. To download the latest image run: ```sh -docker pull toxchat/bootstrap-node:0.2.11 +docker pull toxchat/bootstrap-node:latest docker run --rm -it --entrypoint=sha256sum toxchat/bootstrap-node:latest /usr/local/bin/tox-bootstrapd ```