CHANGELOG: fix docker instructions
(per @lidel's CR) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Apr 16, 2019 at 09:12 UTC
4719ae149a3652e02325aba9593c5202bed3e274
1 file changed
+2
-2
CHANGELOG.md
+2
-2
@@ -18,8 +18,8 @@ As of this release, it's now much easier to run arbitrary IPFS commands within
18
the docker container:
19
20
```bash
21
-> docker run ipfs/go-ipfs config profile apply server # apply the server profile
22
-> docker run ipfs/go-ipfs # start the daemon
21
+> docker run --name my-ipfs ipfs/go-ipfs:v0.4.20 config profile apply server # apply the server profile
22
+> docker start my-ipfs # start the daemon
23
```
24
25
This release also [reverts](https://github.com/ipfs/go-ipfs/pull/6040) a change that