From 4719ae149a3652e02325aba9593c5202bed3e274 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 16 Apr 2019 09:12:48 -0700 Subject: [PATCH] CHANGELOG: fix docker instructions (per @lidel's CR) License: MIT Signed-off-by: Steven Allen --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddaa4eb4f..576194f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,8 @@ As of this release, it's now much easier to run arbitrary IPFS commands within the docker container: ```bash -> docker run ipfs/go-ipfs config profile apply server # apply the server profile -> docker run ipfs/go-ipfs # start the daemon +> docker run --name my-ipfs ipfs/go-ipfs:v0.4.20 config profile apply server # apply the server profile +> docker start my-ipfs # start the daemon ``` This release also [reverts](https://github.com/ipfs/go-ipfs/pull/6040) a change that